libyaml
libyaml copied to clipboard
Canonical source repository for LibYAML
When I use cmake, the files that are installed are -- Install configuration: "RELEASE" -- Installing: /usr/include/yaml.h -- Installing: /usr/lib/libyaml.so -- Installing: /usr/cmake/yamlConfig.cmake -- Installing: /usr/cmake/yamlTargets.cmake -- Installing: /usr/cmake/yamlTargets-release.cmake --...
This pull request is supplied for two reasons: 1. The primary reason for the patch is as a solution for #132 . 2. To test this, I decided to use...
Hi, yaml_parser_fetch_directive function does have and others where this statement is used (!yaml_parser_unroll_indent(parser, -1)) are vulnerable to heap based buffer overflow.
The .pc file should be configured and installed from the CMakeLists.txt; currently only autotools is configuring it.
Hello YAML team, As part of our fuzzing efforts at Google, we have identified an issue affecting YAML (tested with revision * master 01f3a8786127748b5bbd4614880c4484570bbd44). To reproduce, we are attaching a...
Tests succeed, but I get these errors: ``` make -C tests/run-test-suite test make[1]: Entering directory '/tmp/libyaml/tests/run-test-suite' git branch --track run-test-suite-code origin/run-test-suite-code fatal: A branch named 'run-test-suite-code' already exists. Makefile:28: recipe...
Hello YAML team, As part of our fuzzing efforts at Google, we have identified an issue affecting YAML (tested with revision * master d050fe3f3006b55edf33a2ef91019a67d6c3fb10). To reproduce, we are attaching a...
`yaml_scalar_event_initialize()` currently takes its `length` argument as an `int`, whereas the correct type is `size_t`. This results in an easily avoidable compiler warning about converting between unsigned and signed types....
Adds the logic needed to build both shared and static libraries at the same time, as well as generally simplifying the logic. Use GNUInstallDirs to set sane defaults for where...
So, I've been doing some comparisons on the speed of various build types and thought I'd report it here for possible adjustments to how the ci's do their jobs: cmake...