diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-04 11:06:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-04 12:06:27 -0400 |
commit | 3aba13f77927e669d80009b2318c6d3d3d90a922 (patch) | |
tree | 6057cc4b1663be1bc536899947b42f9dd9f7db00 /changes/bug31462 | |
parent | ec724fe8c8baf245a4cada85bb8b8b4832f6e725 (diff) | |
download | tor-3aba13f77927e669d80009b2318c6d3d3d90a922.tar.gz tor-3aba13f77927e669d80009b2318c6d3d3d90a922.zip |
buffers: use ptrdiff_t to indicate offsets.
Previously we used int in some places and off_t for others. Neither
is correct: ptrdiff_t is right for differences between pointers.
(off_t is only for offsets and sizes on the filesystem.)
Diffstat (limited to 'changes/bug31462')
0 files changed, 0 insertions, 0 deletions