mirror of
https://github.com/apple/pkl.git
synced 2026-01-17 08:57:01 +01:00
Fixes an issue where sentinel value (U+7FFF) occurring literally in the source could cause a premature termination of parsing, leading to potential EOF injection attacks. --------- Co-authored-by: Dan Chao <dan.chao@apple.com>