12-08-05 07:46 AM
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 bou
ndary", "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 appe
ars to serve no purpose.
[ Post a follow-up to this message ]
|