You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hostapd event parsing code is delicate since there is no specified protocol, only the hostapd implementation. We should document our assumptions of the message format as tests and verify automally that the code parses the events correctly.
Additionally, we could introduce fuzz testing against our code to check its resistance against invalid input.
The text was updated successfully, but these errors were encountered:
The
hostapd
event parsing code is delicate since there is no specified protocol, only the hostapd implementation. We should document our assumptions of the message format as tests and verify automally that the code parses the events correctly.Additionally, we could introduce fuzz testing against our code to check its resistance against invalid input.
The text was updated successfully, but these errors were encountered: