mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
5 lines
264 B
Text
5 lines
264 B
Text
|
o Code simplification and refactoring:
|
||
|
- Use the ptrdiff_t type consistently for expressing variable offsets and
|
||
|
pointer differences. Previously we incorrectly (but harmlessly) used
|
||
|
int and sometimes off_t for these cases. Closes ticket 31532.
|