summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-02-19 22:56:55 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-02-19 22:56:55 +1100
commit89ee69e3c639b55b7577ba8fde66450446f74ea4 (patch)
tree36bd6f19e797181541d39013081a782d54e27358 /ChangeLog
parent53ced25d6185b4a02305e9d4bf648113155dde07 (diff)
- (dtucker) [openbsd-compat/getrrsetbyname.c] Don't attempt to calloc
an array for signatures when there are none since "calloc(0, n) returns NULL on some platforms (eg Tru64), which is explicitly permitted by POSIX. Diagnosis and patch by svallet genoscope.cns.fr.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f01b02a3..434fcafd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,10 @@
43 offsite. ok djm@, man page bits ok jmc@ 43 offsite. ok djm@, man page bits ok jmc@
44 - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some 44 - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some
45 platforms don't have it. Patch from dleonard at vintela.com. 45 platforms don't have it. Patch from dleonard at vintela.com.
46 - (dtucker) [openbsd-compat/getrrsetbyname.c] Don't attempt to calloc
47 an array for signatures when there are none since "calloc(0, n) returns
48 NULL on some platforms (eg Tru64), which is explicitly permitted by
49 POSIX. Diagnosis and patch by svallet genoscope.cns.fr.
46 50
4720070128 5120070128
48 - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52) 52 - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52)
@@ -2738,4 +2742,4 @@
2738 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2742 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2739 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2743 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2740 2744
2741$Id: ChangeLog,v 1.4618 2007/02/19 11:44:25 dtucker Exp $ 2745$Id: ChangeLog,v 1.4619 2007/02/19 11:56:55 dtucker Exp $