[gnome-characters] build: Regenerate uninames.h



commit ca533b3b96ef5b08fd7d30c695596a74cada1495
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Sep 12 09:44:21 2016 +0200

    build: Regenerate uninames.h
    
    To avoid integer overflow in the unicode_name_by_length table.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771223

 gllib/uniname/uninames.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gllib/uniname/uninames.h b/gllib/uniname/uninames.h
index 8e9bb00..2906ec9 100644
--- a/gllib/uniname/uninames.h
+++ b/gllib/uniname/uninames.h
@@ -11791,7 +11791,7 @@ static const char unicode_name_words[71408] = {
   'P', 'A', 'S', 'S', 'I', 'V', 'E', '-', 'P', 'U', 'L', 'L', '-', 'D', 'O', 'W', 'N', '-', 'O', 'U', 'T', 
'P', 'U', 'T',
 };
 #define UNICODE_CHARNAME_NUM_WORDS 11782
-static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = {
+static const struct { uint32_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = {
   { 0, 0 },
   { 0, 0 },
   { 26, 26 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]