From 5c98e6564ba74d5a6e97004dd8730a69e9e7b6e6 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 11 Aug 2019 04:26:23 -0700 Subject: [PATCH] stb_vorbis: fix typo in CVE number in docs --- stb_vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_vorbis.c b/stb_vorbis.c index 1d4eab8..fd02caf 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -5396,7 +5396,7 @@ int stb_vorbis_get_samples_float(stb_vorbis *f, int channels, float **buffer, in #endif // STB_VORBIS_NO_PULLDATA_API /* Version history - 1.17 - 2019-07-08 - fix CVE-2019-13217, -13218, -13219, -13220, -13221, -13223, -13223 + 1.17 - 2019-07-08 - fix CVE-2019-13217, -13218, -13219, -13220, -13221, -13222, -13223 found with Mayhem by ForAllSecure 1.16 - 2019-03-04 - fix warnings 1.15 - 2019-02-07 - explicit failure if Ogg Skeleton data is found