Re: [Openvpn-devel] clang static analysis

2016-06-05 Thread Steffan Karger
Hi, On Sun, Jun 5, 2016 at 9:33 AM, Илья Шипицин wrote: > I performed the following steps > > 1) cloned master branch of https://github.com/openvpn/openvpn > 2) autoreconf -iv > 3) ./configure > 4) scan-build make > > (scan-build is clang tool for static analysis) > > > report is here: http://ch

[Openvpn-devel] clang static analysis

2016-06-05 Thread Илья Шипицин
Hello, I performed the following steps 1) cloned master branch of https://github.com/openvpn/openvpn 2) autoreconf -iv 3) ./configure 4) scan-build make (scan-build is clang tool for static analysis) report is here: http://chipitsine.github.io/openvpn-clang-scan/ I think we should take care