Message23487
Logged In: YES
user_id=377356
The problem here is that the tokenizer tries to read at most
512 bytes into its token buffer and then read another 512
bytes if the line isn't complete yet. At least that is what
a quick look at the tokenizers freadln (or whatever the
function the assert is in is called) function made me think.
The problem here is that the tokens buffer either has to be
reallocated (easy) or another solution has to be found.
If the reallocation of the tokens buffer is sufficient, i
can easily provide a patch for that. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:28:03 | admin | link | issue1076985 messages |
| 2007-08-23 14:28:03 | admin | create | |
|