]> andersk Git - splint.git/blobdiff - src/flags.def
*** empty log message ***
[splint.git] / src / flags.def
index 46abe44c047d7bfa470550774fba80a6ff49618d..3662279b45db5c2f2c2ad0584dc875a4fe48caf2 100644 (file)
@@ -2821,7 +2821,7 @@ static flaglist flags =
   
   {
     FK_NT, FK_MEMORY, modeFlag,
-    "arrayBounds",
+    "arraybounds",
     FLG_ARRAYBOUNDS,
     "Possible out-of-bounds store.  Unable to resolve constraint:",
     "LCLint was unable to resolve a constraint at the top of the function.  If code is correct consider using explict annotation assertions,  ",
@@ -2829,7 +2829,7 @@ static flaglist flags =
   },
   {
     FK_NT, FK_MEMORY, modeFlag,
-    "arrayBoundsRead",
+    "arrayboundsread",
     FLG_ARRAYBOUNDSREAD,
     "Possible out-of-bounds read.  Unable to resolve constraint:",
     "LCLint was unable to resolve a constraint at the top of the function.  If code is correct consider using explict annotation assertions,  ",
This page took 0.048865 seconds and 4 git commands to generate.