openbsd-ports/www/junkbuster/pkg/SECURITY
lebel 60f6ae2bcc initial import of Junkbuster 2.0.2:
--
Internet Junkbuster Proxy TM is free privacy-enhancing software
that can be run on your PC or by your ISP or company. It blocks
requests for URLs (typically banner ads) that match its blockfile.
It also deletes unauthorized cookies and other unwanted identifying
header information that is exchanged between web servers and browsers.

Submitted by Wynand van Dyk <wynand@type01.com>

checked by reinhard@ and wilfried@ (thanks!)
2001-04-19 15:46:33 +00:00

17 lines
671 B
Plaintext

$OpenBSD: SECURITY,v 1.1.1.1 2001/04/19 15:46:34 lebel Exp $
These patches change numerous uses of the str(cmp, cat, cpy)
operations and changes them to their length limited strn counterparts.
All instances of sprintf have also been changed to snprintf.
Several cases where malloc is used without checking its return value
have also had some rudimentary error checking added.
Hopefully this results in a more stable and more secure version of
junkbuster - suitable to run as a service for more than just personal
use.
These patches have been submitted to the junkbuster dev team and
as soon as they incorporate them, we wont need to maintain our own
patched version.