View Single Post
Old 07-11-2005   #35 (permalink)
devine
Emergence
 
Join Date: Jul 2004
Location: Paris
Posts: 389
Quote:
Originally Posted by grcore
I have been running aircrack with the BSSID of one AP.
Thanks, I understand now where the bug comes from. Basically the reader thread will increase the IVs buffer when new IVs are available. But when there is no more room in the ivbuf, it calls realloc to enlarge the buffer. Problem is, the cracking thread also accesses ivbuf, so there is a race condition happening here. So I'll change to use separate IVs buffer.

Quote:
Originally Posted by grcore
(btw...any chance of modifying the deuath attack so it does not hit everything in range?).
Sure, I'll do this.
devine is offline   Reply With Quote