#313 closed defect (fixed)
unnecessary use of O_CREAT & missing escape in popen in aireplay-ng.c
| Reported by: | Till Maas | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.9.2 |
| Component: | aireplay-ng | Version: | 0.9.1 |
| Keywords: | Cc: |
Description
Here is a little patch that is based on feedback by Jakub Jelinek and Alan Cox, because of a build failure for Fedora Rawhide: (use https)
www.redhat.com/archives/fedora-devel-list/2007-August/msg01684.html
www.redhat.com/archives/fedora-devel-list/2007-August/msg01685.html
I did not yet test, whether this patch makes aircrack-ng build again, because the buildsys did not have time to build it. But I will report back later.
Attachments (1)
Change History (4)
Changed 6 years ago by Till Maas
comment:1 Changed 6 years ago by Till Maas
With this patch aircrack-ng builds again on Fedora Rawhide.
comment:2 Changed 6 years ago by hirte
its applied in r668. i agree about the "O_CREAT" but escaping the "*", i think we can just remove it, as the filename should always be "inject_nofcs". Could someone with a broadcom card comment on that?
comment:3 Changed 6 years ago by misterx
- Resolution set to fixed
- Status changed from new to closed

this fixes an open call and escapes a popen call in aireplay-ng.c