diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-06 12:04:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-06 12:04:58 -0500 |
commit | 88b91d775345037f1d743ecc4d7d392b15d501bb (patch) | |
tree | 8f7204e4759ca09cc185b7af369ce8051f8ad271 /changes | |
parent | 2c8d2cab13f8acf35cebc467b3607d04b9f87a4b (diff) | |
parent | ae91e64fa846d2861a6627fbd018665840fd7dd7 (diff) | |
download | tor-88b91d775345037f1d743ecc4d7d392b15d501bb.tar.gz tor-88b91d775345037f1d743ecc4d7d392b15d501bb.zip |
Merge remote-tracking branch 'ahf/bugs/20988'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20988 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20988 b/changes/bug20988 new file mode 100644 index 0000000000..b1d73f08e7 --- /dev/null +++ b/changes/bug20988 @@ -0,0 +1,4 @@ + 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. |