X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/754e4dbd7787b6c32d1093961149887bc98a133d..2bdabb7a82d577bb4789955f5b18ca29076f9bc4:/test/strchr.expect?ds=sidebyside diff --git a/test/strchr.expect b/test/strchr.expect index f54bbeb..0b3b813 100644 --- a/test/strchr.expect +++ b/test/strchr.expect @@ -2,5 +2,6 @@ strchr.c: (in function func) strchr.c:6:4: Dereference of possibly null pointer c: *c strchr.c:5:7: Storage c may become null +strchr.c:6:3: Suspect modification of observer c: *c = 'd' -Finished LCLint checking --- 1 code error found +Finished checking --- 2 code warnings, as expected