[all-commits] [llvm/llvm-project] 30a8b7: [analyzer][MallocChecker] Fix that kfree only take...
Kristóf Umann via All-commits
all-commits at lists.llvm.org
Fri Mar 27 05:48:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30a8b77080b98ffdd1837d2ea2e74f91e40cc867
https://github.com/llvm/llvm-project/commit/30a8b77080b98ffdd1837d2ea2e74f91e40cc867
Author: Kirstóf Umann <dkszelethus at gmail.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
M clang/test/Analysis/kmalloc-linux.c
Log Message:
-----------
[analyzer][MallocChecker] Fix that kfree only takes a single argument
Exactly what it says on the tin!
https://www.kernel.org/doc/htmldocs/kernel-api/API-kfree.html
Differential Revision: https://reviews.llvm.org/D76917
More information about the All-commits
mailing list