mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8210810: Escaped character at specific position in argument file is not handled properly
Reviewed-by: alanb
This commit is contained in:
parent
cc4436e2b9
commit
3a0b2d59ad
2 changed files with 18 additions and 3 deletions
|
@ -263,6 +263,8 @@ static char* nextToken(__ctx_args *pctx) {
|
|||
}
|
||||
JLI_List_addSubstring(pctx->parts, anchor, nextc - anchor);
|
||||
pctx->state = IN_ESCAPE;
|
||||
// anchor after backslash character
|
||||
anchor = nextc + 1;
|
||||
break;
|
||||
case '\'':
|
||||
case '"':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue