commit 106b75aa5398f7a260a4d0f3093c244376258242 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 4 11:09:01 2019 -0400
changes file for 31532 --- changes/ticket31532 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket31532 b/changes/ticket31532 new file mode 100644 index 000000000..95bcbc517 --- /dev/null +++ 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.