Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
staticbuild: Fix potential user-assisted execution of arbitrary code (#…
Browse files Browse the repository at this point in the history
…17860)

Previous libjpeg-turbo dependency contains a serious bug reference https://www.openwall.com/lists/oss-security/2019/11/11/1
  • Loading branch information
leezu committed Mar 19, 2020
1 parent ea2320a commit 04167df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/libturbojpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# This script builds the static library of libturbojpeg that can be used as dependency of
# mxnet/opencv.
set -ex
TURBO_JPEG_VERSION=2.0.2
TURBO_JPEG_VERSION=2.0.4
if [[ $PLATFORM == 'darwin' ]]; then
JPEG_NASM_OPTION="-D CMAKE_ASM_NASM_COMPILER=/usr/local/bin/nasm"
fi
Expand Down

0 comments on commit 04167df

Please sign in to comment.