From e649e5f60830e7412a7272b2a6b6e6efec739e56 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Wed, 26 Mar 2014 07:03:17 -0500 Subject: Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of the Google Security Team). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d30c536..e84c28c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project (yaml C) set (YAML_VERSION_MAJOR 0) set (YAML_VERSION_MINOR 1) -set (YAML_VERSION_PATCH 4) +set (YAML_VERSION_PATCH 6) set (YAML_VERSION_STRING "${YAML_VERSION_MAJOR}.${YAML_VERSION_MINOR}.${YAML_VERSION_PATCH}") file (GLOB SRC src/*.c) -- cgit v1.2.1