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

libjpeg-turbo: Fix user-assisted execution of arbitrary code #17860

Merged
merged 2 commits into from
Mar 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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