dghowell23 / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

cppcheck errors #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You may want to look at the following errors shown by cppcheck version 1.44 on 
svn rev 76:
[./src/80211.c:530]: (error) Memory leak: tag_data
[./src/builder.c:394]: (error) Memory leak: wfa_header
[./src/iface.c:68]: (error) Memory leak: eth
[./src/libwps/libwps.c:89]: (error) Buffer access out-of-bounds: elements
[./src/lwe/ifrename.c:1749]: (error) Common realloc mistake: "linkpath" nulled 
but not freed upon failure
[./src/sql.c:297]: (error) Common realloc mistake: "argv" nulled but not freed 
upon failure
[./src/utils/eloop_none.c:127]: (error) Data is allocated but not initialized: 
timeout
[./src/utils/eloop_none.c:128]: (error) Data is allocated but not initialized: 
timeout
[./src/utils/eloop_none.c:129]: (error) Data is allocated but not initialized: 
timeout
[./src/wpsmon.c:285]: (error) Memory leak: wps

Original issue reported on code.google.com by dfo...@gmail.com on 7 Jan 2012 at 8:33

GoogleCodeExporter commented 8 years ago
Thanks dforsi, fixed (most of) these.

Original comment by cheff...@tacnetsol.com on 8 Jan 2012 at 6:39