Author dark-storm
Recipients
Date 2004-12-02.21:35:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:28:03adminlinkissue1076985 messages
2007-08-23 14:28:03admincreate