Browse Source

stb_vorbis: fix typo in CVE number in docs

Sean Barrett 6 năm trước cách đây
mục cha
commit
5c98e6564b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      stb_vorbis.c

+ 1 - 1
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