<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 11 янв. 2023 г., 13:03 Rob Prowel via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thought this went away in my Jan-2023 git pull, but apparently not. <br>
Looked in my dmesg output and saw this again.<br>
<br>
process 'sharebin/cingg2301/bin/cin' started with executable stack<br>
<br>
Why?  A consequence of the plug-in system? a poorly designed 3rdparty <br>
library? an oversight?<br>
<br><br>--<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I think this is due to embedding icon 'object' (lots of png files concatenated) into main executable ...</div><div dir="auto"><br></div><div dir="auto">from cinelerra/Makefile</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">$(THEME_DATA):</div><div dir="auto">        cd $(OBJDIR) && \</div><div dir="auto">        $(GUICAST)/$(OBJDIR)/bootstrap theme_data.o $(TOPDIR)/picon/cinfinity/*.png</div><div dir="auto"><br></div><div dir="auto">(also I thought we hoped to optipng them, if quality not suffer ...)</div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
stack segments are generally marked as no-exec to protect against using <br>
them to execute rogue instructions by saving those instructions in <br>
auto-vars on the stack that could be executed by fudging the return <br>
address of a function.<br>
<br>
Just looking for an acknowledgement of this, and any relevant related <br>
history at this point.<br>
<br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" rel="noreferrer noreferrer" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>