stb_vorbis: fix typo in CVE number in docs

This commit is contained in:
Sean Barrett 2019-08-11 04:26:23 -07:00
parent 130f28df68
commit 5c98e6564b
1 changed files with 1 additions and 1 deletions

View File

@ -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