Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libadf: silence false-positive clang static analyzer warnings
clang warns about leaks when adf_find_nodes() takes an error-recovery path and returns ret >= 0. This is only possible if readdir() or sscanf() set errno <= 0 on error, which POSIX says can't happen. Bug: 27125399 Change-Id: I57ea312419efcac01f5721d07fc578a298bce2ea Signed-off-by: Greg Hackmann <[email protected]>
- Loading branch information