4d980cd6a7
Fixes CVE-2014-9114 - command injection flaw in blkid. See https://bugzilla.redhat.com/show_bug.cgi?id=1168485 Patch upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
340 B
Diff
12 lines
340 B
Diff
--- a/configure.ac 2013-09-05 15:31:21.590981268 -0500
|
|
+++ b/configure.ac 2013-09-05 15:31:29.160981049 -0500
|
|
@@ -387,7 +387,7 @@
|
|
|
|
AC_MSG_CHECKING([whether program_invocation_short_name is defined])
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
- #include <argp.h>
|
|
+ #include <errno.h>
|
|
]], [[
|
|
program_invocation_short_name = "test";
|
|
]])], [
|