changes file for 31532

This commit is contained in:
Nick Mathewson 2019-09-04 11:09:01 -04:00
parent 3aba13f779
commit 106b75aa53

4
changes/ticket31532 Normal file
View 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.