summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-07-13 11:38:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-07-13 11:38:23 +1000
commit440089afe071817443c15d8914097a43e0485a89 (patch)
treefab8f8386c569c755d90e462654a52aabcc45659 /ChangeLog
parent916fdda4016781ad19aca0996feda4ef07fbbd49 (diff)
- (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
fits into 16 bits to work around a bug in glibc's resolver where it masks off the buffer size at 16 bits. Patch from Hauke Lampe, ok djm jakob.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf016dca3..f6067e8a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120090713
2 - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
3 fits into 16 bits to work around a bug in glibc's resolver where it masks
4 off the buffer size at 16 bits. Patch from Hauke Lampe, ok djm jakob.
5
120090712 620090712
2 - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test, 7 - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
3 prevents configure complaining on older BSDs. 8 prevents configure complaining on older BSDs.