eedabd / reaver-wps

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

Wrong len parameter sent to parse_wps_tag from parse_wps_parameters #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think that there is a little bug in the libwps.c code.

When you call, from the parse_wps_parameters funtion, to parse_wps_tag, the 
second parameter is the "len" parameter that parse_wps_parameters received and 
I think that this should be the calculated len, which is in data_len local 
variable.

Regards!

Original issue reported on code.google.com by jaume.sa...@gmail.com on 23 Jan 2012 at 9:37