Stasik0 пре 10 година
родитељ
комит
66ef887378
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/ua_securechannel.c

+ 1 - 1
src/ua_securechannel.c

@@ -40,7 +40,7 @@ UA_ByteString UA_Connection_completeMessages(UA_Connection *connection, UA_ByteS
             current.length = end_pos; // throw the remaining bytestring away
             break;
         }
-        UA_Int32 length;
+        UA_Int32 length = 0;
         size_t pos = end_pos + 4;
         UA_Int32_decodeBinary(&received, &pos, &length);
         if(length < 32 || length > (UA_Int32)connection->localConf.maxMessageSize) {