[coreboot-gerrit] Patch merged into coreboot/master: xcompile: Quote variables to prevent globbing and splitting.

gerrit at coreboot.org gerrit at coreboot.org
Thu Jan 7 17:29:02 CET 2016


the following patch was just integrated into master:
commit 2ba837d8c7b5d929ae898006b4355649d7ea8b39
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 5 15:55:44 2016 -0700

    xcompile: Quote variables to prevent globbing and splitting.
    
    Quoting variables prevents word splitting and glob expansion, and
    prevents the script from breaking when input contains spaces, line
    feeds, glob characters and such.
    
    See shellcheck warning SC2086
    
    Change-Id: Ib6ca46b64a621c4bea5c33ac312f2824b0386235
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/12845
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See https://review.coreboot.org/12845 for details.

-gerrit



More information about the coreboot-gerrit mailing list