supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp
changeset 39 3efc7a0e8755
parent 22 4c4ed41530db
--- a/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp	Fri Jul 23 19:40:48 2010 +0530
+++ b/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp	Fri Aug 06 19:34:22 2010 +0530
@@ -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  */