supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp
changeset 40 16118e24b93b
parent 22 4c4ed41530db
--- a/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp	Tue Jul 06 14:44:11 2010 +0300
+++ b/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp	Wed Aug 18 10:11:45 2010 +0300
@@ -213,7 +213,7 @@
         }
 
         /* pad the key if necessary */
-        //coverity[OVERRUN_STATIC  :FALSE]
+        //coverity[overrun-local]
         memset(cx->key + cx->klen, 0, IN_BLOCK_LENGTH - cx->klen);
 
         /* xor ipad into key value  */