Message89315
There's a problem with my patch... When the size of the data we want to
peek is too big ( > buffer_len - start ) the cursor will move, thus
there isn't a case where the peek function would work properly (except
when we want to peek() just 1 byte).
Couldn't we use a read() followed by a seek() instead? |
|
| Date |
User |
Action |
Args |
| 2009-06-13 04:48:48 | conf | set | recipients:
+ conf, ncoghlan, benjamin.peterson, trott |
| 2009-06-13 04:48:47 | conf | set | messageid: <[email protected]> |
| 2009-06-13 04:48:45 | conf | link | issue5811 messages |
| 2009-06-13 04:48:44 | conf | create | |
|