On reception of OctetString in response application crashes.
Easily reproducible - walk table ifTable from mib-2. Once response for ifPhysAddress is received, error *** buffer overflow detected ***: terminated is raised.
Not sure if helpful, but if content of octet string in response is printable - "lo" for example, response is processed. In case response is MAC address (hex numbers), crash happens.
On reception of
OctetStringin response application crashes.Easily reproducible - walk table
ifTablefrommib-2. Once response forifPhysAddressis received, error*** buffer overflow detected ***: terminatedis raised.Not sure if helpful, but if content of octet string in response is printable -
"lo"for example, response is processed. In case response is MAC address (hex numbers), crash happens.