mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-10 02:21:42 +01:00
8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException
Reviewed-by: ksrini
This commit is contained in:
@@ -1587,7 +1587,7 @@ static char* expandWildcardOnLongOpt(char* arg) {
|
||||
p = JLI_MemAlloc(optLen + valueLen + 1);
|
||||
memcpy(p, arg, optLen);
|
||||
memcpy(p + optLen, value, valueLen);
|
||||
p[optLen + valueLen + 1] = '\0';
|
||||
p[optLen + valueLen] = '\0';
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user