FreeBSD Bugzilla – Attachment 230037 Details for
Bug 260303
lang/sdcc: seg fault during build (ASLR fallout)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark sdcc with elfctl do disable ASLR otherwise it blows up
sdcc-aslr.patch (text/plain), 647 bytes, created by
Daniel O'Connor
on 2021-12-11 05:20:38 UTC
(
hide
)
Description:
Mark sdcc with elfctl do disable ASLR otherwise it blows up
Filename:
MIME Type:
Creator:
Daniel O'Connor
Created:
2021-12-11 05:20:38 UTC
Size:
647 bytes
patch
obsolete
>diff -x work -Nur /usr/ports/lang/sdcc/files/patch-src-Makefile.in sdcc/files/patch-src-Makefile.in >--- /usr/ports/lang/sdcc/files/patch-src-Makefile.in 1970-01-01 00:00:00.000000000 +0000 >+++ sdcc/files/patch-src-Makefile.in 2021-12-11 01:49:31.130787000 +0000 >@@ -0,0 +1,10 @@ >+--- src/Makefile.in.orig 2018-03-04 12:45:01.000000000 +0000 >++++ src/Makefile.in 2021-12-11 01:49:28.932618000 +0000 >+@@ -112,6 +112,7 @@ >+ # -------- >+ $(TARGET): $(SLIBOBJS) $(OBJECTS) $(PORT_LIBS) >+ $(CXX) $(LDFLAGS) -o $@ $(SLIBOBJS) $(OBJECTS) $(PORT_LIBS) $(LIBDIRS) $(LIBS) >++ elfctl -e +noaslrstkgap $@ >+ >+ .c.o: >+ $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260303
: 230037