Commits for chinhli
switch to files view, user index
v293_preview2 to v293_base (2013-12-02 to 2013-12-09) v293
- Per CR #12255 feedback:Add one more character and initialized all elements to zero
when declare the hmacStr array:
-char hmacStr[40];
+char hmacStr[41]="";
-char hmacStr[32];
+char hmacStr[33]="";
- Use cloneStringZ(hmacStr, sizeof(hmacStr)) to null terminate the hmacStr character array safely.
switch to files view, user index