Re: [PATCH] Fix segfault in tcpConnectionTable

2006-08-17 Thread Dave Shield
On 16/08/06, Scott Moynes <[EMAIL PROTECTED]> wrote: > Attached is a patch to fix a segfault that I was experiencing on x86_64 > Linux host running net-snmp 5.3.0. Thanks - that's now been applied to the 5.3.x and main development lines. Dave -

[PATCH] Fix segfault in tcpConnectionTable

2006-08-17 Thread Scott Moynes
Hello, Attached is a patch to fix a segfault that I was experiencing on x86_64 Linux host running net-snmp 5.3.0. The issue is that incorrect types are passed to netsnmp_hex_to_binary which are cast unsafely causing a buffer overflow. I think the patch is trivially correct, but if you want m