[PATCH 0/5] Fix NULL dereference
Alasdair G Kergon <[email protected]>
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 26, 2010 at 02:59:21PM +0200, Zdenek Kabelac wrote: > Updated patchset for NULL pointer dereferences issues reported by clang. > > Unlike the first version - this time less aggresive solution is used. > INTERNAL_ERRORs are reported in these moments (if they would ever happen), > and the execution path aborts when such conditions are met. > Previous version was rather ignoring these paths and could lead to > unwanted execution of other code parts. Well the ones I've looked at here seem to be more about dealing with shortcomings in the static analysis code rather than fixing real bugs. Alasdair