
| Key: |
MODPYTHON-96
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Graham Dumpleton
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
08/Dec/05 09:06 PM
|
|
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.
|
|
Description
|
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. |
Show » |
made changes - 08/Dec/05 02:31 PM
| Field |
Original Value |
New Value |
|
Affects Version/s
|
2.7.10
[ 11011
]
|
|
made changes - 08/Dec/05 09:06 PM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
3.2
[ 11060
]
|
made changes - 05/Mar/06 02:55 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|