Hi Mark, >> >>Clang reports that array access from 'dumps' variable result in null >>pointer dereference. >> >>Signed-off-by: Bhanuprakash Bodireddy >><[email protected]> > >Hi Bhanu, > >LGTM - I also compiled this with gcc, clang, and sparse without issue. >Checkpatch reports no obvious problems either. > >Acked-by: Mark Kavanagh <[email protected]> > >One thing - what version of clang are you using? My version (3.4.2) didn't >detect any of the issues in this patchset. Alternatively, are there additional >flags that you use when compiling with clang?
My clang version is 3.5.0. I was running clang static analyzer on my Keepalive branch to detect memory leaks and dead code and that's when I found these issues. - Bhanuprakash. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
