diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index f8e73c039dc8..3cc9f9369036 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -77,7 +77,7 @@ struct gstr str_new(void) | |||
77 | { | 77 | { |
78 | struct gstr gs; | 78 | struct gstr gs; |
79 | gs.s = malloc(sizeof(char) * 64); | 79 | gs.s = malloc(sizeof(char) * 64); |
80 | gs.len = 16; | 80 | gs.len = 64; |
81 | strcpy(gs.s, "\0"); | 81 | strcpy(gs.s, "\0"); |
82 | return gs; | 82 | return gs; |
83 | } | 83 | } |