Issue1089395
Created on 2004-12-21 22:02 by doerwalter, last changed 2005-07-12 22:00 by doerwalter.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
fail.py
|
doerwalter,
2004-12-21 22:02
|
|
|
|
|
evilascii.py
|
doerwalter,
2004-12-21 22:02
|
|
|
|
|
msg23790 - (view) |
Author: Walter Dörwald (doerwalter) |
Date: 2004-12-21 22:02 |
|
The attached script fail.py (with the attached codec
evilascii.py) leads to a segfault in both Python 2.3 and
2.4. With a debug build I get:
python: Parser/tokenizer.c:367: fp_readl: Assertion
`strlen(str) < (size_t)size' failed.
Aborted
Assigning to Martin, because this seems to be PEP 263
related.
|
|
msg23791 - (view) |
Author: Greg Chapman (glchapman) |
Date: 2005-01-13 15:47 |
|
Logged In: YES
user_id=86307
I just posted a patch for this here:
www.python.org/sf/1101726
I'd appreciate any comments/corrections.
|
|
msg23792 - (view) |
Author: Walter Dörwald (doerwalter) |
Date: 2005-07-12 22:00 |
|
Logged In: YES
user_id=89016
OK, patch www.python.org/sf/1101726 has been applied.
|
|
| Date |
User |
Action |
Args |
| 2004-12-21 22:02:08 | doerwalter | create | |
|