alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
588 stars 112 forks source link

Failing to change MAC,silently #20

Open dlenski opened 8 years ago

dlenski commented 8 years ago

Debian had a bug report in January about macchanger silently failing to change the device MAC address, with buggy wifi drivers. Basically, the failure isn't detect because you re-read the MAC from the same data structure which the buggy driver silently failed to modify.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774898;msg=46

The patch to fix it is pretty simple:

https://bugs.debian.org/cgi-bin/bugreport.cgi?att=3;msg=46;filename=patch;bug=774898