client9 / libinjection

SQL / SQLI tokenizer parser analyzer
Other
1k stars 274 forks source link

make coverity checker happy #53

Closed kyprizel closed 11 years ago

kyprizel commented 11 years ago

Variable "res" was declared without initializer, so if Condition "PyType_Ready(tp) < 0" (2886), takes true branch we return unitialized var "res" in label "done".

client9 commented 11 years ago

thanks for the report, but this is autogenerated code, so I can't fix this.

You'll have to talk to swig.org (upstream)