llvmpipe: added a new assertion as a hint to Coverity
Looks like coverity found a false positive for an out of bounds array write.
This commit is contained in:
@@ -274,6 +274,7 @@ lp_scene_bin_command( struct lp_scene *scene,
|
||||
/* out of memory - simply ignore this command (for now) */
|
||||
return;
|
||||
}
|
||||
assert(tail->count == 0);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user