aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
GNU General Public License v2.0
3.5k stars 767 forks source link

Fix the null pointer dereference bug #1078

Closed n0tank3sh closed 1 year ago

n0tank3sh commented 1 year ago

Fixes the null pointer dereference bug caused due to the cleanup.
Potentially Closes: #1076 #1075 #1073 #1081 #1079

LxtteDev commented 1 year ago

This works.

AmFartura3 commented 1 year ago

It's Works!

juceda commented 1 year ago

Unfortunately, it seems it does not work for me... -> https://github.com/aircrack-ng/rtl8812au/issues/1081#issuecomment-1584887788

n0tank3sh commented 1 year ago

@juceda Can you send the log after the compilation and loading of the driver with the patch applied? or maybe try a fresh install like https://github.com/aircrack-ng/rtl8812au/issues/1076#issuecomment-1575119492 which fixed their issue.

juceda commented 1 year ago

@MightiestGoat thank you for your answer. For sure I had the issue on past days, but today I was able to try, fully updated Fedora with pending updates also cloned the repo with the patch on a new folder and tried to make a clean install as you suggested. Now I can confirm the dongle is working again as expected!

@juceda Can you send the log after the compilation and loading of the driver with the patch applied? or maybe try a fresh install like #1076 (comment) which fixed their issue.

n0tank3sh commented 1 year ago

Looks like @kimocoder reverted those changes so I am closing the pull request.