[Bug 55938] clang-analyzer report for 1.1.29

2014-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55938 --- Comment #3 from Konstantin Kolinko --- Thank you. An obvious "Dead assignment" issue in ssl.c fixed with r1607271. Two "Dereference of null pointer" issues in ssl.c fixed with r1607278. A "Dead assignment" issue in Socket.sendto() (n

[Bug 55938] clang-analyzer report for 1.1.29

2014-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55938 Ville Skyttä changed: What|Removed |Added URL||http://scop.fedorapeople.or

[Bug 55938] clang-analyzer report for 1.1.29

2013-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55938 --- Comment #1 from Christopher Schultz --- Some comments about the report: 1. The 2 "null dereference" items are from functions that AFAICT are never used (jbs_new and jbs_read). Normally the code identified by the compiler here would be