diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-04 11:09:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-04 12:06:27 -0400 |
commit | 106b75aa5398f7a260a4d0f3093c244376258242 (patch) | |
tree | a36ad7503ca49d6c1f386683c65cb75feac9fc6d /changes/ticket31532 | |
parent | 3aba13f77927e669d80009b2318c6d3d3d90a922 (diff) | |
download | tor-106b75aa5398f7a260a4d0f3093c244376258242.tar.gz tor-106b75aa5398f7a260a4d0f3093c244376258242.zip |
changes file for 31532
Diffstat (limited to 'changes/ticket31532')
-rw-r--r-- | changes/ticket31532 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket31532 b/changes/ticket31532 new file mode 100644 index 0000000000..95bcbc517c --- /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. |