diff --git a/cfg/std.cfg b/cfg/std.cfg index f6d065fef..3d8e750c1 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -1510,6 +1510,8 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + + ='A' && arg1<='Z' || arg1>='a' && arg1 <='z']]> 0:255 @@ -1521,6 +1523,8 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + + ='A' && arg1<='Z' || arg1>='a' && arg1 <='z']]> @@ -1531,7 +1535,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - arg1==' ' || arg1=='\t' + 0:255 @@ -1543,7 +1547,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - arg1==L' ' || arg1==L'\t' + @@ -1588,7 +1592,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - arg1>='0' && arg1<='9' + ='0' && arg1<='9']]> 0:255 @@ -1600,7 +1604,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - arg1>=L'0' && arg1<=L'9' + ='0' && arg1<='9']]>