[syslinux] [Patch] Fix lzo memory aliasing issue

Ady Ady ady-sf at hotmail.com
Fri Jul 19 07:52:19 PDT 2019


Originated/took from Steffen Winterfeldt and Michael Matz in opensuse's 
Syslinux package:

 https://bugzilla.opensuse.org/show_bug.cgi?id=1125616 

"fix lzo memory aliasing issue"

--- lzo/Makefile
+++ lzo/Makefile
@@ -19,6 +19,8 @@
 LIB     = lzo.a
 BINS    = prepcore
 
+OPTFLAGS += -fno-strict-aliasing
+
 all : makeoutputdirs $(BINS)
 
 makeoutputdirs:

-- 
-Ady




More information about the Syslinux mailing list