Apache Mod-Python - Created: (MODPYTHON-96) Accessing req.boundary causes crash.

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > December 2005 > Created: (MODPYTHON-96) Accessing req.boundary causes crash.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Created: (MODPYTHON-96) Accessing req.boundary causes crash.
Graham Dumpleton (JIRA)

2005-12-08, 2: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 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.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com