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
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
---