14 Aug, 2020

2 commits


14 May, 2019

1 commit

  • Valid pathnames will never exceed PATH_MAX, but these file names
    are unsanitized and can cause buffer overflow if set incorrectly.
    Use snprintf to avoid this. This was flagged during a Coverity scan
    of the coreboot project, which also uses kconfig for its build system.

    Signed-off-by: Jacob Garber
    Signed-off-by: Masahiro Yamada

    Jacob Garber
     

13 Feb, 2019

2 commits