summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-09 08:36:46 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-09 08:36:46 -0500
commit85782e111a41fa432df58e40b57ec55710a914e1 (patch)
tree4836a10f25eff148d94e59e97f36e6a19c5690a1 /changes
parenta9b046cef75fc96a9fe2caaab12b115ce6df6657 (diff)
parent02fc0a5ecfc917e9261596816e926468db976453 (diff)
downloadtor-85782e111a41fa432df58e40b57ec55710a914e1.tar.gz
tor-85782e111a41fa432df58e40b57ec55710a914e1.zip
Merge remote-tracking branch 'ahf/bugs/21654'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug209884
-rw-r--r--changes/bug216544
2 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug20988 b/changes/bug20988
deleted file mode 100644
index b1d73f08e7..0000000000
--- a/changes/bug20988
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (portability):
- - Add Tor compatibility function for fgets(3) due to inconsistency of
- returned values in different supported C libraries. This fixes unit test
- failures reported on FreeBSD. Fixes bug 20988.
diff --git a/changes/bug21654 b/changes/bug21654
new file mode 100644
index 0000000000..fd1c650710
--- /dev/null
+++ b/changes/bug21654
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring
+ - Use unbuffered I/O for utility functions around the process_handle_t
+ type. This fixes unit test failures reported on OpenBSD and FreeBSD.
+ Fixes bug 21654.