mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
changes file for 31532
This commit is contained in:
parent
3aba13f779
commit
106b75aa53
1 changed files with 4 additions and 0 deletions
4
changes/ticket31532
Normal file
4
changes/ticket31532
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
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.
|
Loading…
Add table
Reference in a new issue