Accessing req.boundary causes crash. ------------------------------------ Key: MODPYTHON-96 URL: http://issues.apache.org/jira/browse/MODPYTHON-96 Project: mod_python Type: Bug Components: core Versions: 3.1.3, 2.7.10, 3.2, 3.1.4 Reporter: Graham Dumpleton
The code of requestobject.c contains: {"boundary", (getter)getreq_recmbr, NULL, "Multipart/byteranges boundary", "boundary"}, in the request_getsets[] array, but there is no definition of 'boundary' in the request_rec_mbrs[] array. As a consequence, when you access it, it will crash. The 'boundary' line therefore needs to be deleted from the source as it appears to serve no purpose. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira