Wifx / gonetworkmanager

Go D-Bus bindings for NetworkManager
Other
96 stars 42 forks source link

Fix GetPropertyRouteData panic #17

Closed bingfengfeifei closed 3 years ago

bingfengfeifei commented 3 years ago

Fix panic: assignment to entry in nil map Signed-off-by: zhengdelun xszhengdelun@gmail.com

bingfengfeifei commented 3 years ago

commit e67f06a: The device configured with policy routing will trigger this panic commit 7715593: Space was allocated when the routes slices was created, and then the append method was used to add items, resulting in a lot of redundant empty items in the routes