-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Parsing "bad YAML: [" results in an infinite loop. I'm not exactly sure why
does it happen but I see that YAML::Scanner::VerifySimpleKey(), called from
YAML::Scanner::VerifyAllSimpleKeys() called from YAML::Scanner::EndStream()
never terminates and the key grows forever, e.g. I have
(gdb) p key
$4 = {
pos = 10,
line = 0,
column = 6099472,
flowLevel = 0,
pMapStart = 0x7fff8c058450,
pKey = 0x45691f
}
(notice the column value).
Original issue reported on code.google.com by vzeitlin@gmail.com on 24 Sep 2008 at 8:47
Reactions are currently unavailable