Re: [PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr

2022-04-08 Thread Alex Bennée
Richard Henderson writes: > Coverity reports out-of-bound accesses here. This should be a > false positive due to how the index is decoded from MemOpIdx. > > Fixes: Coverity CID 1487201 > Signed-off-by: Richard Henderson Queued to plugins/next, thanks. -- Alex Bennée

Re: [PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr

2022-04-04 Thread Damien Hedde
Reviewed-by: Damien Hedde On 4/1/22 21:02, Richard Henderson wrote: Coverity reports out-of-bound accesses here. This should be a false positive due to how the index is decoded from MemOpIdx. Fixes: Coverity CID 1487201 Signed-off-by: Richard Henderson --- plugins/api.c | 2 ++ 1 file

[PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr

2022-04-01 Thread Richard Henderson
Coverity reports out-of-bound accesses here. This should be a false positive due to how the index is decoded from MemOpIdx. Fixes: Coverity CID 1487201 Signed-off-by: Richard Henderson --- plugins/api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/api.c b/plugins/api.c index