Found by debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643437
http://code.google.com/p/lusca-cache/source/detail?r=14941
Modified:
/branches/LUSCA_HEAD/src/client_side_ranges.c
=======================================
--- /branches/LUSCA_HEAD/src/client_side_ranges.c Tue Feb 16 20:47:04 2010
+++ /branches/LUSCA_HEAD/src/client_side_ranges.c Mon Jan 2 08:07:27 2012
@@ -39,7 +39,7 @@
httpHeaderClean(&hdr);
/* append <crlf> (we packed a header, not a reply) */
- memBufPrintf(mb, crlf);
+ memBufPrintf(mb, "%s", crlf);
}
/*