Hello there,

[cochran.c:477]: (style) Array index 'x' is used before limits check.

Source code is

while ((samples[x] & 0x80) == 0 && samples[x] != 0x40 && x < size) {

Suggest sanity check array index before use.

Regards

David Binderman

                                          
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to