]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix SEGV in 'shmcb' session cache:
authorMadhusudan Mathihalli <madhum@apache.org>
Wed, 12 May 2004 21:36:52 +0000 (21:36 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Wed, 12 May 2004 21:36:52 +0000 (21:36 +0000)
commit24ca7033b78040f69ea5925e65ecebb24f4c0ec4
treecac6c9c22a8638cec91585a8d6732c585594d52b
parent366beb12e47f4f215a474e99d8224bcccd378106
Fix SEGV in 'shmcb' session cache:
When a 'read' or 'write' to session cache is done, we need to check the size
of the data being 'read' or 'written' to avoid buffer over-run.

PR: 27751
Submitted by: Geoff Thorpe
Reviewed by: Madhusudan Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@103669 13f79535-47bb-0310-9956-ffa450edef68
ssl_scache_shmcb.c