ICU-11732 Increase buffer size to avoid overflow
X-SVN-Rev: 37580
This commit is contained in:
parent
344357d3f6
commit
f32fcafadd
@ -2171,7 +2171,7 @@ static void pkg_createOptMatchArch(char *optMatchArch) {
|
||||
T_FileStream_writeLine(stream, code);
|
||||
T_FileStream_close(stream);
|
||||
|
||||
char cmd[SMALL_BUFFER_MAX_SIZE];
|
||||
char cmd[LARGE_BUFFER_MAX_SIZE];
|
||||
sprintf(cmd, "%s %s -o %s",
|
||||
pkgDataFlags[COMPILER],
|
||||
source,
|
||||
|
Loading…
Reference in New Issue
Block a user