mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
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.
|