Package: gnome-desktop / 2.30.2-2

Metadata

Package Version Patches format
gnome-desktop 2.30.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_rr_double_free.patch | (download)

libgnome-desktop/gnome-rr-labeler.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix possible double-free when destroying private windows

This could cause free'ing random data when the members of ->windows
were destroyed, but ->windows itself wasn't. As it was != NULL, we'd
be free memory that wouldn't belong to us anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=634534

02_pnp_buffer_overflow.patch | (download)

libgnome-desktop/display-name.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bgo#629168 - don't read past the end of a string

Signed-off-by: Federico Mena Quintero <federico@novell.com>

99_ltmain_as needed.patch | (download)

ltmain.sh | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

---