summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-26 19:59:48 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-26 19:59:48 +1000
commitf08bdb5a7e599ff95c72df7a92def141360c9b80 (patch)
tree27c3dabd1e5660ef21cb5076be80d00a3ced370e /ChangeLog
parentd98dce6929de5ce98f53f968e02a8d1cbe696151 (diff)
- (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:
warning: dereferencing type-punned pointer will break strict-aliasing rules warning: passing arg 3 of `pam_get_item' from incompatible pointer type The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c153fd19f..4dec60c1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,10 @@
97 ok deraadt@, cloder@, djm@ 97 ok deraadt@, cloder@, djm@
98 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on 98 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
99 Cygwin. 99 Cygwin.
100 - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux:
101 warning: dereferencing type-punned pointer will break strict-aliasing rules
102 warning: passing arg 3 of `pam_get_item' from incompatible pointer type
103 The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@
100 104
10120050524 10520050524
102 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 106 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2596,4 +2600,4 @@
2596 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2600 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2597 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2601 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2598 2602
2599$Id: ChangeLog,v 1.3787 2005/05/26 03:43:57 dtucker Exp $ 2603$Id: ChangeLog,v 1.3788 2005/05/26 09:59:48 dtucker Exp $