mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 22:00:26 +01:00
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:
parent
6ddd640365
commit
5c2f6a3e9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue