mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8308350: Increase buffer size for jspawnhelper arguments
Reviewed-by: rriggs
This commit is contained in:
@@ -487,7 +487,7 @@ static pid_t
|
||||
spawnChild(JNIEnv *env, jobject process, ChildStuff *c, const char *helperpath) {
|
||||
pid_t resultPid;
|
||||
int i, offset, rval, bufsize, magic;
|
||||
char *buf, buf1[16];
|
||||
char *buf, buf1[(2 * 11) + 2]; // "%d:%d\0"
|
||||
char *hlpargs[2];
|
||||
SpawnInfo sp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user