Re: mshtml: avoid dereferencing a potental NULL (Coverity 633)
10 Oct
2008
10 Oct
'08
3:53 p.m.
Austin English wrote:
ret++; - if(bound_pos && dompos_cmp(&tmp, bound_pos)) { + if(bounded && bound_pos && dompos_cmp(&tmp, bound_pos)) { *bounded = TRUE;
It's a false error. bounded is never NULL if bound_pos is not NULL. Jacek
6362
Age (days ago)
6362
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban