diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-02-26 15:38:17 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-05 14:08:06 +0900 |
| commit | 9bb20b0036fdbd2f2e4c7246655daaa642e635d6 (patch) | |
| tree | 3d9baa964a74c6ecb08d67c2722c41ce8087738d /patches | |
| parent | af245dbaca13ef33da686d5fc261fda8341597fc (diff) | |
| download | loftix-9bb20b0036fdbd2f2e4c7246655daaa642e635d6.tar.gz | |
Add ASan'ed libming 0.4.8 for CVE-2018-{8806,8964}
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/libming-parallel-make.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/libming-parallel-make.patch b/patches/libming-parallel-make.patch new file mode 100644 index 0000000..0658a3e --- /dev/null +++ b/patches/libming-parallel-make.patch @@ -0,0 +1,17 @@ +diff -up libming-ming-0_4_7/src/actioncompiler/Makefile.am.pmake libming-ming-0_4_7/src/actioncompiler/Makefile.am +--- libming-ming-0_4_7/src/actioncompiler/Makefile.am.pmake 2015-05-15 11:43:14.000000000 +0200 ++++ libming-ming-0_4_7/src/actioncompiler/Makefile.am 2016-07-18 22:57:44.537713157 +0200 +@@ -56,11 +56,11 @@ lex.swf5.c: $(srcdir)/swf5compiler.flex + swf4compiler.tab.c: $(srcdir)/swf4compiler.y + $(YACC) -p swf4 -b swf4compiler $(srcdir)/swf4compiler.y + +-swf4compiler.tab.h: $(srcdir)/swf4compiler.y ++swf4compiler.tab.h: $(srcdir)/swf4compiler.y | swf4compiler.tab.c + $(YACC) --defines $(DEBUG) -p swf4 -b swf4compiler $(srcdir)/swf4compiler.y + + swf5compiler.tab.c: $(srcdir)/swf5compiler.y + $(YACC) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y + +-swf5compiler.tab.h: $(srcdir)/swf5compiler.y ++swf5compiler.tab.h: $(srcdir)/swf5compiler.y | swf5compiler.tab.c + $(YACC) --defines $(DEBUG) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y |
