diff --git a/apr-util-1.2.12-brigadevprintf.patch b/apr-util-1.2.12-brigadevprintf.patch new file mode 100644 index 0000000..5f39d15 --- /dev/null +++ b/apr-util-1.2.12-brigadevprintf.patch @@ -0,0 +1,12 @@ +--- apr/apr-util/branches/1.3.x/buckets/apr_brigade.c 2009/05/21 22:05:55 777282 ++++ apr/apr-util/branches/1.3.x/buckets/apr_brigade.c 2009/05/21 22:09:02 777283 +@@ -689,9 +689,6 @@ + return -1; + } + +- /* tack on null terminator to remaining string */ +- *(vd.vbuff.curpos) = '\0'; +- + /* write out what remains in the buffer */ + return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf); + }