]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
objtool: use sh to invoke sync-check.sh in the Makefile
authorMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Sat, 6 Jan 2018 19:50:34 +0000 (17:50 -0200)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Sat, 6 Jan 2018 19:51:51 +0000 (17:51 -0200)
CVE-2017-5754

This avoids build failures when building debian packages.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
tools/objtool/Makefile

index 5c71bae01064bd79702d9f0152c4d8c8e2a19e36..fe022f68638d329fb997ff0bb873d992527d50cb 100644 (file)
@@ -44,7 +44,7 @@ $(OBJTOOL_IN): fixdep FORCE
        @$(MAKE) $(build)=objtool
 
 $(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN)
-       @./sync-check.sh
+       @sh ./sync-check.sh
        $(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@