Clang support and static analyzer fixes

Merged
#16 · Created  · Last updated

Description

Commit f00da7b fixes a compile error with Clang, a return without value in a non-void function.

Commit 44a9ea8 fixes some possible bugs reported by Clang's static analyzer: some possible dereferences of null values, initialized but not read variables, and a possible race condition from the use of mktemp.

0 attachments

0 comments

Loading commits...