Fix a buffer overflow that makes the component crash on aarch64.
[GB.GTK3] * BUG: Fix a buffer overflow that makes the component crash on aarch64.
This commit is contained in:
parent
c316cbaaf1
commit
e61e7583bc
1 changed files with 1 additions and 1 deletions
|
@ -2084,7 +2084,7 @@ void gControl::updateStyleSheet()
|
|||
char *css_str;
|
||||
int s;
|
||||
gColor fg;
|
||||
char buffer[16];
|
||||
char buffer[32];
|
||||
|
||||
wid = getStyleSheetWidget();
|
||||
context = gtk_widget_get_style_context(wid);
|
||||
|
|
Loading…
Reference in a new issue