summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-11-30 14:41:31 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-11-30 14:41:31 +0000
commit9fb8875cd01836b446ae744064e96a9d0ae77a5e (patch)
tree117de12864859bdc97a6591353ac10cc46b6ba06 /CHANGES
parent933e9dbcba38ef3e172edababdc87c4b8fdf9b6e (diff)
downloadlibapr-9fb8875cd01836b446ae744064e96a9d0ae77a5e.tar.gz
apr_password_get(): Fix the check for buffer overflow.
The input buffer had already been cleared by the time the length of the input buffer was checked, so overflow was never reported. Add a comment about the length checking to the docs. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@107007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 51f50e802..df451fd85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,8 @@ Changes for APR 1.1.0
Changes for APR 1.0.1
+ *) apr_password_get(): Fix the check for buffer overflow. [Jeff Trawick]
+
*) Fix HUP return codes in pollset when using KQueue.
[Paul Querna]