diff options
author | Joe Orton <jorton@redhat.com> | 2015-05-23 12:09:06 +0100 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-05-24 23:49:13 +0200 |
commit | 52ec43d6eb6e65e48c7046806f5a029351161ed3 (patch) | |
tree | 1ea437b7183e749932b8c98d77790ae2698823a3 /src/sessions.c | |
parent | 3ea39a3be4c36954a2c13fb1059d8f72c8faaf89 (diff) | |
download | mod_auth_gssapi-52ec43d6eb6e65e48c7046806f5a029351161ed3.tar.gz mod_auth_gssapi-52ec43d6eb6e65e48c7046806f5a029351161ed3.tar.xz mod_auth_gssapi-52ec43d6eb6e65e48c7046806f5a029351161ed3.zip |
Drop OOM handling.
In httpd/APR it is best practice to assume that memory allocation always
succeeds, which simplifies module code.
APR internally calls abort() if memory allocation ever actually fails,
so in pratice you cannot trigger these code paths anyway.
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/sessions.c')
0 files changed, 0 insertions, 0 deletions