]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 31532
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 15:09:01 +0000 (11:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 16:06:27 +0000 (12:06 -0400)
changes/ticket31532 [new file with mode: 0644]

diff --git a/changes/ticket31532 b/changes/ticket31532
new file mode 100644 (file)
index 0000000..95bcbc5
--- /dev/null
@@ -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.