Issue Details (XML | Word | Printable)

Key: MODPYTHON-96
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Graham Dumpleton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

Accessing req.boundary causes crash.

Created: 08/Dec/05 02:25 PM   Updated: 05/Mar/06 02:55 PM
Return to search
Component/s: core
Affects Version/s: 3.1.3, 3.1.4, 3.2.7
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

Resolution Date: 08/Dec/05 09:06 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Graham Dumpleton added a comment - 08/Dec/05 02:31 PM
Dropped 2.7.10 as being affected as possibly works there as missing bit of code present and member is actually documented.