[Buildroot] [git commit] toolchain: enable paranoid unsafe path check by default

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 17 20:32:56 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=61c8854cef2a41be3175bbf7f0992c31560a1dd7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This check is enabled for all build in the Buildroot autobuilders since [1]
(i.e since 2015.02 release).

Enable this option by default.

[1] https://git.busybox.net/buildroot-test/commit/?id=41552e2a249de4568aa01f14bd588d1c8166f70b

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Config.in b/Config.in
index b5cc892..93b4f69 100644
--- a/Config.in
+++ b/Config.in
@@ -683,6 +683,7 @@ menu "Advanced"
 
 config BR2_COMPILER_PARANOID_UNSAFE_PATH
 	bool "paranoid check of library/header paths"
+	default y
 	help
 	  By default, when this option is disabled, when the Buildroot
 	  cross-compiler will encounter an unsafe library or header


More information about the buildroot mailing list