What did this fix?  Just curious.

at...@users.sourceforge.net wrote:
> Revision: 3956
>           http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3956&view=rev
> Author:   atkac
> Date:     2010-01-27 10:10:23 +0000 (Wed, 27 Jan 2010)
> 
> Log Message:
> -----------
> [Bugfix] Mark stack as non-executable in NASM code.
> 
> Modified Paths:
> --------------
>     trunk/common/jpeg/simd/jsimdext.inc
> 
> Modified: trunk/common/jpeg/simd/jsimdext.inc
> ===================================================================
> --- trunk/common/jpeg/simd/jsimdext.inc       2010-01-25 08:25:24 UTC (rev 
> 3955)
> +++ trunk/common/jpeg/simd/jsimdext.inc       2010-01-27 10:10:23 UTC (rev 
> 3956)
> @@ -53,6 +53,9 @@
>  ; * *BSD family Unix using elf format
>  ; * Unix System V, including Solaris x86, UnixWare and SCO Unix
>  
> +; mark stack as non-executable
> +section .note.GNU-stack noalloc noexec nowrite progbits
> +
>  ; -- segment definition --
>  ;
>  %ifdef __x86_64__
> 
> 
> This was sent by the SourceForge.net collaborative development platform, the 
> world's largest Open Source development site.
> 
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Tigervnc-commits mailing list
> tigervnc-comm...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to