You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a security vulnerability in libjpeg-turbo, which originates from the heap buffer overflow at /libjpeg-turbo/jdmrext.c:126 in h2v2_merged_upsample_internal().
The text was updated successfully, but these errors were encountered:
Latest fresco v3.4.0 depends on libjpeg-turbo 2.1.5.1
I suppose the fix is to make fresco library to depend from libjpeg-turbo where this vulnerability is fixed
I have scratch PR that where I attempted to update Fresco to libjpeg-turbo to 2.1.91
Is the process to bump libjpeg-turbo documented somewhere?
yasm: FATAL: unable to open include file `jsimdext.inc'
make: *** [.../Library/Android/sdk/ndk/26.1.10909125/build/core/build-binary.mk:419: .../work/samples/fresco-fork/fresco/native-imagetranscoder/build/tmp/ndk_build_native-imagetranscoder/local/x86/objs/fb_jpegturbo/simd/i386/jcsample-sse2.o] Error 1
Somehow when compiling SIMD code for i386 yasm is not able to find include files.
There is a security vulnerability in libjpeg-turbo, which originates from the heap buffer overflow at /libjpeg-turbo/jdmrext.c:126 in h2v2_merged_upsample_internal().
The text was updated successfully, but these errors were encountered: