[ http://issues.apache.org/jira/browse/MODPYTHON-96?page=all ]

Graham Dumpleton updated MODPYTHON-96:
--------------------------------------

    Version:     (was: 2.7.10)

Dropped 2.7.10 as being affected as possibly works there as missing bit of code 
present and member is actually documented.

> 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, 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

Reply via email to