summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1533141
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1533141')
-rw-r--r--results/scraper/launchpad-without-comments/153314115
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1533141 b/results/scraper/launchpad-without-comments/1533141
new file mode 100644
index 000000000..147e5aa6f
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1533141
@@ -0,0 +1,15 @@
+qemu/disas/libvixl/vixl/invalset.h: 2 * sanity check after use ?
+
+1.
+
+[qemu/disas/libvixl/vixl/invalset.h:442]: (style) Array index 'low' is used before limits check.
+
+ while (!IsValid(elements[low]) && (low < high)) ++low;
+
+2.
+
+[qemu/disas/libvixl/vixl/invalset.h:450]: (style) Array index 'middle' is used before limits check.
+
+  while (!IsValid(elements[middle]) && (middle < high - 1)) ++middle;
+
+Also, binary search is a standard C library routine. Suggest use.
\ No newline at end of file