]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow when
authorBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 3 Feb 2014 08:13:44 +0000 (08:13 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 3 Feb 2014 08:13:44 +0000 (08:13 +0000)
commit968ba8fe77bbcd9df35cab8a764e3240f4c15563
tree8ba9c93823518470f81b7d371252c24e5404be42
parent07561ab459d4eaaeb66a35e3eb8a8e1d5ec1a2b2
parent5c7ba42d2e90bdd94bb55c80d0787e998fad44f9
Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow when
parsing YAML tags.
Also apply a patch for hardenning the guards againt the issue

The only user in base in yaml is pkg(7) which uses the library a way that it is not affected

Submitted by: delphij
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=1033990
MFC after: 3 days
Security: CVE-2013-6393
contrib/libyaml/src/api.c
contrib/libyaml/src/scanner.c