commit 106b75aa5398f7a260a4d0f3093c244376258242 parent 3aba13f77927e669d80009b2318c6d3d3d90a922 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 4 Sep 2019 11:09:01 -0400 changes file for 31532 Diffstat:
| A | changes/ticket31532 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/ticket31532 b/changes/ticket31532 @@ -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.