You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2006/03/05 06:56:40 UTC

[jira] Closed: (MODPYTHON-96) Accessing req.boundary causes crash.

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


> 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.4, 3.1.3, 3.2.7
>     Reporter: Graham Dumpleton
>      Fix For: 3.2.7

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