Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/netinet



A possible fix has been committed. If the panic still happens,
please let me know.

Thanks,
  ozaki-r

On Mon, Jan 25, 2016 at 7:15 PM, Ryota Ozaki <ozaki-r%netbsd.org@localhost> wrote:
> Module Name:    src
> Committed By:   ozaki-r
> Date:           Mon Jan 25 10:15:39 UTC 2016
>
> Modified Files:
>         src/sys/netinet: if_arp.c
>
> Log Message:
> Remove unnecessary LLE_REMREF
>
> The code around it was copied from arptimer, but LLE_REMREF
> is unnecessary because it is needed only for arptimer that
> is called after LLE_ADDREF.
>
> This is a possible fix for PR#50548, PR#50702 and PR#50704.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.202 -r1.203 src/sys/netinet/if_arp.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>


Home | Main Index | Thread Index | Old Index