]> andersk Git - splint.git/blobdiff - test/strchr/strchr.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / strchr / strchr.c
index 4c873d2dd84c8617e16603c25e726902cad6e552..1d97c231c389fd31cc6992875dd2a20bab60f8ec 100644 (file)
@@ -1,9 +1,8 @@
 
-
 void func () {
   char *c;
   c = strchr("dfdfedfd", 'e');
-  *c = 'd';
+  *c = 'd'; /* modification of observer, possibly null */
 }
 
 void fixline (char * line)
This page took 0.30409 seconds and 4 git commands to generate.