]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: fix more potential segvs when reporting ccanlint errors.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Feb 2011 02:50:01 +0000 (13:20 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Feb 2011 02:50:01 +0000 (13:20 +1030)
When I changed score_file_error() to printf-style, I didn't audit all
the callers who were handing string literals.  I've finally done that;
I should have broken the compile by renaming it.

Rusty fails refactoring 101.
Reported-by: Andreas Schlick

No differences found