<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hello developers,<div><br></div><div>My name is Zhihan Chen and I am currently a year 4 computer science student at the University of Hong Kong. </div><div><br></div><div>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 <a href="https://github.com/CHEN-Zhihan/Compiler" target="_blank">https://github.com/CHEN-<wbr>Zhihan/Compiler</a>). </div><div><br></div><div>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.</div><div><br></div><div>This project is rather interesting and I am really willing to make some contribution to the LLVM community.</div><div><br></div><div>Thanks,</div><div><br></div><div>Zhihan</div><div><br></div></div>
</div><br></div>