NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56029: panic trap urtwn ieee80211_crypto_encap
The following reply was made to PR kern/56029; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: prlw1%cam.ac.uk@localhost, nat%NetBSD.org@localhost
Subject: Re: kern/56029: panic trap urtwn ieee80211_crypto_encap
Date: Tue, 2 Mar 2021 16:53:48 +0100
In urtwn_start(), there should be no m_freem() before the IF_DEQUEUE()
in line 2921. The way it is now we have freed mbuf chains in the interface
queue. Also this change accidently included debug code to override the mac
address.
Martin
Home |
Main Index |
Thread Index |
Old Index