openbsd-ports/www/w3m/pkg/SECURITY

10 lines
271 B
Plaintext
Raw Normal View History

1999-10-26 10:20:07 -04:00
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.