/[Apache-SVN]
ViewVC logotype

Revision 1773069


Jump to revision: Previous Next
Author: jim
Date: Wed Dec 7 12:57:08 2016 UTC (7 years, 5 months ago)
Changed paths: 4
Log Message:
Merge r1772919 from trunk:

mod_auth_digest: fix segfaults during shared memory exhaustion

The apr_rmm_addr_get/apr_rmm_malloc() combination did not correctly
check for a malloc failure, leading to crashes when we ran out of the
limited space provided by AuthDigestShmemSize. This patch replaces all
these calls with a helper function that performs this check.

Additionally, fix a NULL-check bug during entry garbage collection.
Submitted by: jchampion
Reviewed/backported by: jim


Changed paths

Path Details
Directoryhttpd/httpd/branches/2.4.x/ modified , props changed
Directoryhttpd/httpd/branches/2.4.x/CHANGES modified , text changed
Directoryhttpd/httpd/branches/2.4.x/STATUS modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/aaa/mod_auth_digest.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26