CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2014/04/14 13:25:48
Modified files: usr.sbin/slowcgi: slowcgi.c Log message: Calculate the length of name and value for parameters the right way around for the 4 byte encoding. With this QUERY_STRING can be longer than 127 bytes. Found the hard way while playing with smokeping. OK benno@