diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-20 10:45:21 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-08-23 08:13:49 +0200 |
commit | 27e0c677314e21de493ca1a490cb7e03f9baec3a (patch) | |
tree | 47a28480211368dff2426e3bd77e688d0ceafddf /vcl | |
parent | 7330266381e39048cf4936708dc3892083890640 (diff) |
ofz#54685 Timeout
Change-Id: I2f71f61c371055521c884a00dde48a811d204df1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145875
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155875
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/jpeg/jpegc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx index a3ce069cccf7..16c98003832f 100644 --- a/vcl/source/filter/jpeg/jpegc.cxx +++ b/vcl/source/filter/jpeg/jpegc.cxx @@ -81,6 +81,7 @@ static void outputMessage (j_common_ptr cinfo) extern "C" { +// see also external/libtiff/0001-ofz-54685-Timeout.patch static void emitMessage (j_common_ptr cinfo, int msg_level) { if (msg_level < 0) |