aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-11-17 22:01:03 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-11-17 22:01:03 -0800
commit0c9e0b1e2d73f1c0ae2dd3a94a3eb2275c5afd98 (patch)
tree15ab6658344eba963b0516fb3353dc392a6e4de6 /test
parent930df6f13cc124cc1b2483176bba6f5820505655 (diff)
Fixing NULL terminator for test cert.
Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
Diffstat (limited to 'test')
-rw-r--r--test/core/end2end/data/server1_cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/data/server1_cert.c b/test/core/end2end/data/server1_cert.c
index 4f018d81b8..82d65cf551 100644
--- a/test/core/end2end/data/server1_cert.c
+++ b/test/core/end2end/data/server1_cert.c
@@ -112,4 +112,4 @@ const char test_server1_cert[] = {
0x76, 0x31, 0x4c, 0x4e, 0x49, 0x52, 0x33, 0x6c, 0x6f, 0x76, 0x65, 0x55,
0x38, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43,
0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x0a};
+ 0x2d, 0x2d, 0x2d, 0x0a, 0x00};