- Clear all memory

diff --git a/tests/suites/test_suite_gcm.function b/tests/suites/test_suite_gcm.function
index 17d3c1b..0a854e2 100644
--- a/tests/suites/test_suite_gcm.function
+++ b/tests/suites/test_suite_gcm.function
@@ -23,7 +23,7 @@
 
     memset(key_str, 0x00, 128);
     memset(src_str, 0x00, 128);
-    memset(dst_str, 0x00, 256);
+    memset(dst_str, 0x00, 257);
     memset(iv_str, 0x00, 128);
     memset(add_str, 0x00, 128);
     memset(tag_str, 0x00, 128);
@@ -65,7 +65,7 @@
 
     memset(key_str, 0x00, 128);
     memset(src_str, 0x00, 128);
-    memset(dst_str, 0x00, 256);
+    memset(dst_str, 0x00, 257);
     memset(iv_str, 0x00, 128);
     memset(add_str, 0x00, 128);
     memset(tag_str, 0x00, 128);