Message125119
In that case however, it's equally unsafe to not replace a \n, but still use PyUnicode_FromString() without a size given -- you will read from random memory.
Since all implementations we have or can test have a defined behavior in one way or the other, I think an example of an implementation that exhibits such undefined behavior is required first. |
|
| Date |
User |
Action |
Args |
| 2011-01-02 23:01:23 | georg.brandl | set | recipients:
+ georg.brandl, belopolsky, wsanchez, vstinner, ned.deily, Trundle, SilentGhost, sandro.tosi, Alexander.Belopolsky, l0nwlf |
| 2011-01-02 23:01:22 | georg.brandl | set | messageid: <[email protected]> |
| 2011-01-02 23:01:16 | georg.brandl | link | issue8013 messages |
| 2011-01-02 23:01:16 | georg.brandl | create | |
|