summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-10 19:47:46 +0000
committerTom Rini <trini@ti.com>2012-12-19 15:51:57 -0700
commit7a546db2ffc6a713fb8009d8246c29da5420f6a7 (patch)
tree47935bb66275194884d3db755a50b3f8f7666f54 /config.mk
parent3779c8e319bd5e3fb32c3036cc0d3a658f920fa3 (diff)
downloadu-boot-imx-7a546db2ffc6a713fb8009d8246c29da5420f6a7.zip
u-boot-imx-7a546db2ffc6a713fb8009d8246c29da5420f6a7.tar.gz
u-boot-imx-7a546db2ffc6a713fb8009d8246c29da5420f6a7.tar.bz2
fw_env: fix incorrect usage of open(O_CREAT)
When using open(), the O_CREAT flag must be given a mode, otherwise it uses random garbage from the stack. Also, it can fail to build: In file included from /usr/include/fcntl.h:290:0, from fw_env_main.c:42: In function 'open', inlined from 'main' at fw_env_main.c:97:9: /usr/include/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions