]> andersk Git - splint.git/blobdiff - test/strchr/strchr.c
*** empty log message ***
[splint.git] / test / strchr / strchr.c
index 4c873d2dd84c8617e16603c25e726902cad6e552..3529d0f6f6ccea855610ce8949d9823bf2f74513 100644 (file)
@@ -3,7 +3,7 @@
 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.038836 seconds and 4 git commands to generate.