svn commit: r312557 - stable/11/sys/crypto/skein/amd64

Ed Maste emaste at FreeBSD.org
Fri Jan 20 21:15:24 UTC 2017


Author: emaste
Date: Fri Jan 20 21:15:22 2017
New Revision: 312557
URL: https://svnweb.freebsd.org/changeset/base/312557

Log:
  MFC r311655: libmd: add noexec stack annotation in skein_block_asm.s
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/sys/crypto/skein/amd64/skein_block_asm.s   (contents, props changed)
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/crypto/skein/amd64/skein_block_asm.s
==============================================================================
--- stable/11/sys/crypto/skein/amd64/skein_block_asm.s	Fri Jan 20 21:10:37 2017	(r312556)
+++ stable/11/sys/crypto/skein/amd64/skein_block_asm.s	Fri Jan 20 21:15:22 2017	(r312557)
@@ -1325,4 +1325,6 @@ _SP_OFFS_ = _SP_OFFS_-8
     ret
 .endif
 #----------------------------------------------------------------
+    .section .note.GNU-stack,"", at progbits
+
     .end


More information about the svn-src-all mailing list