[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: fortify-headers: Use @code mark-up.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/08: gnu: fortify-headers: Use @code mark-up. |
Date: |
Fri, 21 Apr 2017 06:34:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ef27b4345f4013fca81a6de445e865c09c0fbfdb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 12:27:16 2017 +0200
gnu: fortify-headers: Use @code mark-up.
* gnu/packages/suckless.scm (fortify-headers)[description]: Use @code.
---
gnu/packages/suckless.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index bace180..a87e665 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -586,16 +586,16 @@ environment variable.")
"This is a standalone implementation of fortify source. It provides
compile time buffer checks. It is libc-agnostic and simply overlays the
system headers by using the @code{#include_next} extension found in GCC. It
was
-initially intended to be used on musl based Linux distributions.
+initially intended to be used on musl-based Linux distributions.
@itemize
@item It is portable, works on *BSD, Linux, Solaris and possibly others.
@item It will only trap non-conformant programs. This means that fortify
level 2 is treated in the same way as level 1.
@item Avoids making function calls when undefined behaviour has already been
- invoked. This is handled by using __builtin_trap().
address@hidden Support for out-of-bounds read interfaces, such as send(),
write(),
- fwrite() etc.
+ invoked. This is handled by using @code{__builtin_trap()}.
address@hidden Support for out-of-bounds read interfaces, such as @code{send()},
+ @code{write()}, @code{fwrite()}, etc.
@item No ABI is enforced. All of the fortify check functions are inlined
into the resulting binary.
@end itemize\n")
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2., Tobias Geerinckx-Rice, 2017/04/21
- 03/08: gnu: diffstat: Update to 1.61., Tobias Geerinckx-Rice, 2017/04/21
- 04/08: gnu: diffstat: Use @command mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 08/08: gnu: fortify-headers: Use @code mark-up.,
Tobias Geerinckx-Rice <=
- 06/08: gnu: version-control: Use HTTPS where possible., Tobias Geerinckx-Rice, 2017/04/21
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21