diff options
Diffstat (limited to 'changes/bug20988')
-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. |