On Mon, Nov 12, 2018 at 04:51:38PM +0100, Martijn van Duren wrote:
> ping
>
> On 11/1/18 11:57 AM, Martijn van Duren wrote:
> > When experimenting with snmpd I found the following crash:
> > $ snmpctl snmp walk 127.0.0.1 oid 1
> > Segmentation fault (core dumped)
> >
>
ping
On 11/1/18 11:57 AM, Martijn van Duren wrote:
> When experimenting with snmpd I found the following crash:
> $ snmpctl snmp walk 127.0.0.1 oid 1
> Segmentation fault (core dumped)
>
> The problem is a NULL dereference in ber_free_elements:
> #0 0x0370920d24ca
When experimenting with snmpd I found the following crash:
$ snmpctl snmp walk 127.0.0.1 oid 1
Segmentation fault (core dumped)
The problem is a NULL dereference in ber_free_elements:
#0 0x0370920d24ca in ber_free_elements (root=0x0) at
/usr/src/usr.sbin/snmpctl/..