diff options
Diffstat (limited to 'www/flood/files/patch-flood_round_robin.c')
-rw-r--r-- | www/flood/files/patch-flood_round_robin.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/flood/files/patch-flood_round_robin.c b/www/flood/files/patch-flood_round_robin.c deleted file mode 100644 index 17ed1f3c7692..000000000000 --- a/www/flood/files/patch-flood_round_robin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- flood_round_robin.c.orig Wed Apr 7 11:59:12 2004 -+++ flood_round_robin.c Wed Apr 7 11:59:42 2004 -@@ -903,7 +903,7 @@ - - /* FIXME: This algorithm sucks. I need to be shot for writing such - * atrocious code. Grr. */ -- cookieheader = strstr(resp->rbuf, "Set-Cookie: "); -+ cookieheader = strnstr(resp->rbuf, "Set-Cookie: ", resp->rbufsize); - if (cookieheader) - { - /* Point to the value */ |