Skip to content

Commit

Permalink
release 0.16.2
Browse files Browse the repository at this point in the history
Fix null pointer dereference in id3_ucs4_length (CVE-2017-11550)
  • Loading branch information
Be-ing committed May 3, 2022
1 parent 8bfecd7 commit 3df1882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

===============================================================================

Version 0.16.2
* Fix null pointer dereference in id3_ucs4_length (CVE-2017-11550)

Version 0.16.1
* Fix exported CMake config file
* Fix pkgconfig file name to match Linux distro packages
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1.0)
project(id3tag VERSION 0.16.1)
project(id3tag VERSION 0.16.2)

option(BUILD_SHARED_LIBS "Build dynamic library" ON)

Expand Down

0 comments on commit 3df1882

Please sign in to comment.