]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucmndata.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / common / ucmndata.h
index cc126d53ac1c7c493d9284c8c1bd20c1e30194f1..c3eba9f4d021022a41e41dad37bf8a9dbfdef09e 100644 (file)
@@ -52,7 +52,11 @@ typedef struct {
 
 typedef struct {
     uint32_t count;
-    UDataOffsetTOCEntry entry[2];    /* Actual size of array is from count. */
+    /**
+     * Variable-length array declared with length 1 to disable bounds checkers.
+     * The actual array length is in the count field.
+     */
+    UDataOffsetTOCEntry entry[1];
 } UDataOffsetTOC;
 
 /**