Skip to content

Commit 6819d9f

Browse files
committed
Update CHANGES for the 1.3.7 release
Summary of commits since the last release. Signed-off-by: Mark Harris <[email protected]> Signed-off-by: Thomas Daede <[email protected]>
1 parent 63aeb7e commit 6819d9f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
libvorbis 1.3.7 (2020-07-04) -- "Xiph.Org libVorbis I 20200704 (Reducing Environment)"
2+
3+
* Fix CVE-2018-10393 - out-of-bounds read encoding very low sample rates.
4+
* Fix CVE-2017-14160 - out-of-bounds read encoding very low sample rates.
5+
* Fix handling invalid bytes per sample arguments.
6+
* Fix handling invalid channel count arguments.
7+
* Fix invalid free on seek failure.
8+
* Fix negative shift reading blocksize.
9+
* Fix accepting unreasonable float32 values.
10+
* Fix tag comparison depending on locale.
11+
* Fix unnecessarily linking libm.
12+
* Fix memory leak in test_sharedbook.
13+
* Update Visual Studio projects for ogg library filename change.
14+
* Distribute CMake build files with the source package.
15+
* Remove unnecessary configure --target switch.
16+
* Add gitlab CI support.
17+
* Add OSS-Fuzz support.
18+
* Build system and integration updates.
19+
120
libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"
221

322
* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.

0 commit comments

Comments
 (0)