diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-20 10:45:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-20 12:32:14 +0000 |
commit | 20b64cf1512572b7a57aa78920c025ff05a36964 (patch) | |
tree | a096fbde141572988e249b4038a024d3b33be224 /vcl/source | |
parent | 6e19fdb771ada47a2e90e2e80ba31e2a6aa8e72e (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>
Diffstat (limited to 'vcl/source')
-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) |