FreeBSD Bugzilla – Attachment 181783 Details for
Bug 218655
lib80211 regdomain bad dealloc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct regdata cleanup in lib80211_regdomain.c
lib80211_regdomain.c.patch (text/plain), 275 bytes, created by
valentin.vergez@stormshield.eu
on 2017-04-14 15:00:46 UTC
(
hide
)
Description:
Correct regdata cleanup in lib80211_regdomain.c
Filename:
MIME Type:
Creator:
valentin.vergez@stormshield.eu
Created:
2017-04-14 15:00:46 UTC
Size:
275 bytes
patch
obsolete
>--- lib/lib80211/lib80211_regdomain.c.orig 2017-04-14 16:50:48.126912555 +0200 >+++ lib/lib80211/lib80211_regdomain.c 2017-04-14 16:50:55.131000639 +0200 >@@ -569,6 +569,7 @@ > nb = LIST_FIRST(head); > if (nb == NULL) > break; >+ LIST_REMOVE(nb, next); > free(nb); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218655
: 181783