[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: junkbuster problem
The problem site was my.yahoo.com, although with a big cookie to help screw
things up.
Using only the unpatched loaders.c makes it load properly. Conversely, the
only patch which jumped out to me as broken code was near the end of
gnu_regex.c, where you take sizeof(errbuf), where errbuf is a char*. Most of
the other patches are taking sizeof(buf) where buf is char[BUFSIZE] or some
such.
Actually, the single line in loaders.c which makes the difference is 1062:
strncpy(p + old_len, text_to_append, new_len-old_len-1);
If I just revert that to the original, then junkbuster works.
-xx- Damien X-)