Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2021-02-04 18:20:43 +00:00
parent e8fe1d51fe
commit d5ec4f360f
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@@ -1,3 +1,14 @@
Overview of changes in GLib 2.66.6
==================================
* Fix various instances within GLib where `g_memdup()` was vulnerable to a
silent integer truncation and heap overflow problem (discovered by
Kevin Backhouse, work by Philip Withnall) (#2319)
* Bugs fixed:
- !1927 Backport !1926 “Add g_memdup2()” to glib-2-66
Overview of changes in GLib 2.66.5
==================================

View File

@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
version : '2.66.5',
version : '2.66.6',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [