Re: snmpctl segfault

2018-11-12 Thread Claudio Jeker
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) > > >

Re: snmpctl segfault

2018-11-12 Thread Martijn van Duren
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

snmpctl segfault

2018-11-01 Thread Martijn van Duren
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/..