~vcs-imports/gdk-pixbuf/+git/gdk-pixbuf:ebassi/issue-215

Last commit made on 2022-08-09
Get this branch:
git clone -b ebassi/issue-215 https://git.launchpad.net/~vcs-imports/gdk-pixbuf/+git/gdk-pixbuf

Branch merges

Branch information

Name:
ebassi/issue-215
Repository:
lp:~vcs-imports/gdk-pixbuf/+git/gdk-pixbuf

Recent commits

16c4e53... by Emmanuele Bassi <email address hidden>

Check the right error code on 32bit architectures

The test for #205 will trigger an OOM error on 32 bit architectures,
since we're trying to allocate a buffer with a size that is larger than
2**32-1 bytes.

Fixes: #215

3313034... by Emmanuele Bassi <email address hidden>

Post-release version bump to 2.42.10

9b74d8d... by Emmanuele Bassi <email address hidden>

Release gdk-pixbuf 2.42.9

8095a29... by Emmanuele Bassi

Merge branch 'meson-cleanups' into 'master'

build: Clean up search for deps on Visual Studio

See merge request GNOME/gdk-pixbuf!131

f49eb1b... by Emmanuele Bassi

Merge branch 'disable_relocation_on_static' into 'master'

Disable relocation when built as a static libary on Windows

See merge request GNOME/gdk-pixbuf!136

2d88dac... by Emmanuele Bassi

Merge branch 'rst2man-option' into 'master'

meson: update man option to mention it now requires rst2man

See merge request GNOME/gdk-pixbuf!135

88ddbd0... by Emmanuele Bassi

Merge branch 'ebassi/issue-205' into 'master'

jpeg: Limit the memory size when loading image data

Closes #205

See merge request GNOME/gdk-pixbuf!139

b659038... by Emmanuele Bassi <email address hidden>

jpeg: Limit the memory size when loading image data

Specially crafted JPEG images may lead to a crash when their size is too
large; in the most benign of cases, the OS might terminate the process
after it tries to allocate all the memory in the world.

We can tell libjpeg to limit the size of the memory pool when loading,
to avoid this kind of result. For the time being, 100 MB seems like a
good threshold.

Original patch by: Sam Ezeh <email address hidden>

Fixes: #205

8ad828c... by Emmanuele Bassi

Merge branch 'gif-lzw-code-size-overflow' into 'master'

Fix overflow when reading GIF images with invalid LZW initial code size.

See merge request GNOME/gdk-pixbuf!130

60b09ff... by Nart Tlisha

Update Abkhazian translation