GNOME Bugzilla – Bug 739258
[PATCH] wifi: Empty AP BSSID is NULL, not an invalid address
Last modified: 2014-12-01 11:05:28 UTC
Created attachment 289477 [details] [review] [PATCH] wifi: Empty AP BSSID is NULL, not an invalid address Since 3a54d050 the AP address is not a gbyte[], but a char *. The fake AP BSSID fixup could trigger an assertion failure: Oct 26 11:14:45 goatlord.localdomain NetworkManager[540]: nm_ethernet_address_is_valid: assertion 'addr != NULL' failed Fixes: 3a54d050985d6ef2067b025571910a8ccd3cbd57
(In reply to comment #0) > Created an attachment (id=289477) [details] [review] > [PATCH] wifi: Empty AP BSSID is NULL, not an invalid address > > Since 3a54d050 the AP address is not a gbyte[], but a char *. The fake AP BSSID > fixup could trigger an assertion failure: > > Oct 26 11:14:45 goatlord.localdomain NetworkManager[540]: > nm_ethernet_address_is_valid: assertion 'addr != NULL' failed goatlord. LOL Your change looks good. May I hijack this bug and push a branch? th/bgo739258_wifi_bssid_fixes It also includes your patch from attachment 289477 [details] [review] .
(In reply to comment #1) > May I hijack this bug and push a branch? > th/bgo739258_wifi_bssid_fixes Please do. The other commits LGTM.
Branch looks good to me.
Fixed in master.