summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-11-25 04:40:55 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-11-25 04:40:55 +0000
commitc5d2c9e20e5c6f42750c42397898ab0f1291544b (patch)
treee69c0fc438d59b04a0cc6aebdcd70dea5220a4dc /CHANGELOG
parent4ea47216da66274357b14d5d7488ccbde27d75c4 (diff)
Relevant BUGIDs: 123399
Purpose of commit: bugfix Commit summary: --------------- avoid possibility of SIGPIPE from helper binary non-invocation or early exit.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f90cb3e6..f45da409 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
0.73: please submit patches for this section with actual code/doc
patches!
+* avoid potential SIGPIPE when writing to helper binaries with (Bug
+ 123399 - agmorgan)
* replaced bogus logic in the pam_cracklib module for determining if
the replacement is too similar to the old password (Bug 115055 -
agmorgan)