Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:next:SLE11:deps
libyaml
CVE-2014-9130.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2014-9130.patch of Package libyaml
diff --git a/src/scanner.c b/src/scanner.c index 88d4fa5..c5f3d2f 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -1110,7 +1110,9 @@ yaml_parser_save_simple_key(yaml_parser_t *parser) * line. Therefore it is always allowed. But we add a check anyway. */ - assert(parser->simple_key_allowed || !required); /* Impossible. */ + /* XXX This caused: + * https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure + assert(parser->simple_key_allowed || !required); */ /* Impossible. */ /* * If the current position may start a simple key, save it.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor