bastien-roucaries
bastien-roucaries
@urban-warrior
it work without the SOURCE_DATE_EPOCH But it fail latter using a perfectly legal construct (using convert and SOURCE_DATE_EPOCH) https://salsa.debian.org/debian/imagemagick/-/jobs/4796266
Moreover I can not compile the wasm: wasm.wat:10:6: error: unexpected token "get_global", expected an instr. (get_global $high) ^^^^^^^^^^ wasm.wat:14:6: error: unexpected token "set_local", expected an instr. (set_local $result ^^^^^^^^^ wasm.wat:17:12:...
@dcodeIO Any news ?
It block https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063508
@dcodeIO If you could give me the exact command or step used for recompiling it will be really helful. I fail
``` commit 121318aa4e9e8fe7f5c4bf82271abfa4d0f9f9b7 Author: Bastien Roucariès Date: Fri Feb 16 20:15:57 2024 +0000 Convert to modern wasm forwarded: https://github.com/dcodeIO/long.js/issues/129 diff --git a/wasm.wat b/wasm.wat index 983fcdf..d1bfeb4 100644 --- a/wasm.wat +++ b/wasm.wat...
Fixed by: ``` commit 4d3238843385b9929d7a1ab9034a6fc13949c7b4 Author: Bastien Roucariès Date: Sat Nov 11 15:58:50 2023 +0000 Fix CVE-2022-24599 Memory-leak bug in printfileinfo, due to memcpy on an non allocated memory buffer...
Partial fix (symptom), nevertheless a fix: ``` commit 2f762fa2dd93fe2c66c59150d89ed15778274690 Author: Bastien Roucariès Date: Sat Nov 11 17:42:03 2023 +0000 Partial fix of CVE-2019-13147 This fix the symptom do not allow...
Real fix is too many channel: ``` commit 18e39112376f488bf57ca6527d42afc644f06a94 (HEAD -> patch-queue/master) Author: Bastien Roucariès Date: Sat Nov 11 17:43:19 2023 +0000 Partial fix of CVE-2019-13147 This is the fix...