Re: RIPv2-MIB

2008-08-04 Thread Daniel Chuang
Alejandro Islas wrote: > Thanks for your reply Daniel. I've been reading towards this issue and > noticed that I must use smux to enable communication between quagga > and snmp. I found at that my current quagga version did not support > smux so I compile it with enable_snmp option. Here's my s

Can be buffer overflow in function _check_range() in snmp_api.c

2008-08-04 Thread Aleksandr Lomanov
In function _check_range() with range (0..4294967295) can be buffer overflow: while (rp) { if (rp->low <= ltmp && ltmp <= rp->high) break; /* Allow four digits per range value */ - here length of digits belongs from their values ---