diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

Add explicit memset call to avoid potentially corrupt data. #116

Closed saiarcot895 closed 5 years ago

saiarcot895 commented 5 years ago

In kernel 4.19, I saw a kernel crash where kfree was trying to free some garbage pointer. This occurred because this structure wasn't explicitly initialized to 0.