You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "davids5 (via GitHub)" <gi...@apache.org> on 2023/06/21 12:31:18 UTC

[GitHub] [nuttx] davids5 commented on a diff in pull request #9585: Support gcc FORTIFY_SOURCE features for nuttx libc

davids5 commented on code in PR #9585:
URL: https://github.com/apache/nuttx/pull/9585#discussion_r1236923608


##########
Kconfig:
##########
@@ -597,6 +597,14 @@ endmenu # Customize Header Files
 
 menu "Debug Options"
 
+config FORTIFY_SOURCE
+	int "Fortify Source"
+	default 0
+	range 0 3

Review Comment:
   Please document what the range values do in the help



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org