X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=blobdiff_plain;f=apache-mod_python-apr_brigade_sentinel.patch;fp=apache-mod_python-apr_brigade_sentinel.patch;h=95e3ea2eccfb46eff88d3029eae390eee04e04ec;hp=0000000000000000000000000000000000000000;hb=868cbde427eee642e7735bf6eb51b8271691530d;hpb=b668deee713dee83429618170872cd09bedbe51b diff --git a/apache-mod_python-apr_brigade_sentinel.patch b/apache-mod_python-apr_brigade_sentinel.patch new file mode 100644 index 0000000..95e3ea2 --- /dev/null +++ b/apache-mod_python-apr_brigade_sentinel.patch @@ -0,0 +1,12 @@ +diff -burN mod_python-3.3.1.original/src/connobject.c mod_python-3.3.1/src/connobject.c +--- mod_python-3.3.1.original/src/connobject.c 2006-12-03 05:36:37.000000000 +0100 ++++ mod_python-3.3.1/src/connobject.c 2008-07-15 01:05:01.000000000 +0200 +@@ -139,7 +139,7 @@ + bytes_read = 0; + + while ((bytes_read < len || len == 0) && +- !(b == APR_BRIGADE_SENTINEL(b) || ++ !(b == APR_BRIGADE_SENTINEL(bb) || + APR_BUCKET_IS_EOS(b) || APR_BUCKET_IS_FLUSH(b))) { + + const char *data; \ No newline at end of file