openbsd-ports/www/w3m/pkg/SECURITY
1999-10-26 14:20:07 +00:00

10 lines
271 B
Plaintext

this code is a total nightmare.
a pain to read, and lots of strcpy/strcat/sprintf's which actually
turn out to be okay, after adding a die-when-out-of-memory callback
for the boehm garbage collector.
there are undoubtedly other issues with this code. caveat user.
-d.