Bug#392866: squid: buffer overflow in src/tools.c

2006-10-13 Thread Luigi Gangitano
forwarded 392866 http://www.squid-cache.org/bugs/show_bug.cgi?id=1799 thanks Hi Jochen, thanks for your report. I forwarded this bug to the upstream bug trackin tool. Regards, -- Luigi Gangitano -- <[EMAIL PROTECTED]> -- <[EMAIL PROTECTED]> GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972 C24A

Bug#392866: squid: buffer overflow in src/tools.c

2006-10-13 Thread Jochen Voss
Package: squid Version: 2.6.4-1 Severity: normal Hello, recently I discovered the following bit of code in the source file src/tools.c (function 'parseEtcHosts', around line 1169): void parseEtcHosts(void) { FILE *fp; char buf[1024]; char buf2[512]; ..