mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-31 06:26:57 +00:00
Fixed infinite loop bug having to do with simple keys when we hit an unexpected EOF.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace YAML
|
||||
|
||||
// checking input
|
||||
void InsertSimpleKey();
|
||||
bool VerifySimpleKey();
|
||||
bool VerifySimpleKey(bool force = false);
|
||||
void VerifyAllSimpleKeys();
|
||||
|
||||
bool IsWhitespaceToBeEaten(char ch);
|
||||
|
||||
Reference in New Issue
Block a user