]> granicus.if.org Git - file/commit
Roman I Khimov:
authorChristos Zoulas <christos@zoulas.com>
Tue, 13 May 2014 16:44:24 +0000 (16:44 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 13 May 2014 16:44:24 +0000 (16:44 +0000)
commit3f137e8194df4551e677c67133b7b2e181207034
treee5b4442b7352f781868bef169973ca7b9953e120
parent83ee9673286e441ceae61a2ae055899902efae1e
Roman I Khimov:
access() can't handle NULL as first argument and we can end up
calling it this way if inname is NULL in file_or_fd() and fd is a
pipe. Issue spotted by clang static analysis.
src/magic.c