-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
native_network_stack: Fix use after free/missing wait in dhcp
Fixes #184 DHCP code could cause incoming packets to filter with freed dhcp object if smp calls to unregister did not complete immediately. In fact, neither register nor de-reg waited for the smp invokes, which could also make us miss packets -> fail dhcp. Message-Id: <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters