[ 
https://issues.apache.org/jira/browse/MODPYTHON-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Dumpleton closed MODPYTHON-185.
--------------------------------------


> _psp.parsestring doesn't check for empty values
> -----------------------------------------------
>
>                 Key: MODPYTHON-185
>                 URL: https://issues.apache.org/jira/browse/MODPYTHON-185
>             Project: mod_python
>          Issue Type: Bug
>          Components: psp
>         Environment: All
>            Reporter: Thomas Hervé
>         Assigned To: Jim Gallacher
>            Priority: Minor
>             Fix For: 3.3
>
>         Attachments: _pspmodule.diff
>
>
> The function _psp_module_parsestring of _pspmodule.c doesn't check the value 
> of parser->pycode.blob when calling PyString_FromString (whereas it's done in 
> _psp_module_parse). When called with an empty string it can cause a segfault 
> (blob is NULL and PyString_FromString doesn't check for NULL value).
> I attach a simple diff correcting the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to