Merge "Fix -Wfortify-source compiler warning" into main am: f9dd5c05fa

Original change: https://android-review.googlesource.com/c/platform/frameworks/wilhelm/+/2860790

Change-Id: Ib55a7ff9d5859505f332553da55087fff3816add
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/examples/slesTestEffectCapabilities.cpp b/tests/examples/slesTestEffectCapabilities.cpp
index 2776452..e129a55 100644
--- a/tests/examples/slesTestEffectCapabilities.cpp
+++ b/tests/examples/slesTestEffectCapabilities.cpp
@@ -27,7 +27,7 @@
 
 #define MAX_NUMBER_INTERFACES 1
 
-#define GUID_DISPLAY_LENGTH 35
+#define GUID_DISPLAY_LENGTH 37
 #define FX_NAME_LENGTH 64
 
 //-----------------------------------------------------------------