1 Commits

Author SHA1 Message Date
René Kijewski
cfa21a6513 parser: reject unclosed prefixed string
In macro invocations, the input `i"` was interpreted as the identifier
`i`, and the `"` was consumed without being interpreted. This change
makes the code not ignore the quotation mark.

Resolves <https://issues.oss-fuzz.com/issues/440177293>.
2025-08-21 22:38:56 +02:00