Update of /cvs-repository/Zope2/pcgi In directory korak.digicool.com:/projects/sites/DCP/pcgi Modified Files: pcgi-wrapper.c Log Message: Fixed a potential problem caught by an astute guy on the zope list - when JB took over PCGI the header length changed to 10 (from 9) and there was a buffer with a hard-coded length of 10. The buffer is now sized to HDRLEN + 1.