haproxy/include
Krzysztof Piotr Oledzki 6f61b21524 [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2
Recent "struct chunk rework" introduced a NULL pointer dereference
and now haproxy segfaults if auth is required for stats but not found.

The reason is that size_t cannot store negative values, but current
code assumes that "len < 0" == uninitialized.

This patch fixes it.
2009-10-04 23:44:45 +02:00
..
common [MINOR] tools: add a new get_next_id() function 2009-10-04 22:48:42 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 2009-10-04 23:44:45 +02:00
types [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 2009-10-04 23:44:45 +02:00