: Joan Landry
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: found a crash in 5.7.2 when sending informs
On Thu, Feb 6, 2014 at 3:49 PM, Joan Landry
mailto:joan.lan...@overturenetworks.com>>
wrote:
I am seeing a crash occur in the function _sess_process_packet when sending an
infor
On Thu, Feb 6, 2014 at 3:49 PM, Joan Landry <
joan.lan...@overturenetworks.com> wrote:
>
>
> I am seeing a crash occur in the function _sess_process_packet when
> sending an inform trap at line
>
>
>
>
>
> ((struct synch_state*)magic)->waiting = 0;
>
>
>
> Because magic is NULL.
>
I am seeing a crash occur in the function _sess_process_packet when sending an
inform trap at line
((struct synch_state*)magic)->waiting = 0;
Because magic is NULL.
Is anyone aware of this issue or if there is an existing patch.
When I test for null - the crash is avoided -