Zhihan CHEN via llvm-dev
2018-Mar-07 05:23 UTC
[llvm-dev] Fwd: [GSOC 2018] Dangling string pointer checker
Hello developers, My name is Zhihan Chen and I am currently a year 4 computer science student at the University of Hong Kong. I am interested in building a checker for dangling string pointer. I've learned some essential knowledge about compiler from our university course and built a mini-compiler on my own (Available at https://github.com/CHEN- Zhihan/Compiler). I've gone through the llvm tutorial and I am currently checking some of the static checkers and learning building a new checker. I am wondering if it is possible to treat this problem as a variation of use-after-free problem so that we may make some adaptations based on MallocChecker. I also think that we can check free the string from the raw pointer problem. This project is rather interesting and I am really willing to make some contribution to the LLVM community. Thanks, Zhihan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180307/46d07ee4/attachment.html>
Seemingly Similar Threads
- [GSOC-2018]: Clang Static Analyzer- Create a checker for dangling string pointers in C++
- [GSOC] Create a checker for dangling string pointers in C++
- [cfe-dev] [GSOC 2018] Information gathering
- [cfe-dev] [GSOC 2018] Information gathering
- [GSOC 2018] Information gathering