Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: srtp/crypto/math/datatypes.c

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/include/sha1.h ('k') | srtp/crypto/test/cipher_driver.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/math/datatypes.c
diff --git a/srtp/crypto/math/datatypes.c b/srtp/crypto/math/datatypes.c
index c4af8d7e45377e75927f07c2d2486f1bff13a1cd..a30873eead055971a9689708ee12201899fc6eba 100644
--- a/srtp/crypto/math/datatypes.c
+++ b/srtp/crypto/math/datatypes.c
@@ -535,7 +535,7 @@ static const char b64chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz0123456789+/";
static int base64_block_to_octet_triple(char *out, char *in) {
- unsigned char sextets[4] = {};
+ unsigned char sextets[4] = {0};
int j = 0;
int i;
« no previous file with comments | « srtp/crypto/include/sha1.h ('k') | srtp/crypto/test/cipher_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698