[PATCH 0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394

Philippe Mathieu-Daudé posted 4 patches 4 years, 2 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200213234148.8434-1-f4bug@amsat.org
There is a newer version of this series
hw/hppa/dino.c | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
[PATCH 0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394
Posted by Philippe Mathieu-Daudé 4 years, 2 months ago
Easy fix for the overrun reported by Coverity.

Last 2 patches are RFC because I haven't tested them,
I simply took note while reviewing the datasheet (I
also checked the errata).

Philippe Mathieu-Daudé (4):
  hw/hppa/dino: Add comments with register name
  hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)
  hw/hppa/dino: Fix bitmask for the PCIROR register
  hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c

 hw/hppa/dino.c | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

-- 
2.21.1


Re: [PATCH 0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394
Posted by Richard Henderson 4 years, 2 months ago
On 2/13/20 3:41 PM, Philippe Mathieu-Daudé wrote:
> Easy fix for the overrun reported by Coverity.
> 
> Last 2 patches are RFC because I haven't tested them,
> I simply took note while reviewing the datasheet (I
> also checked the errata).
> 
> Philippe Mathieu-Daudé (4):
>   hw/hppa/dino: Add comments with register name
>   hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)
>   hw/hppa/dino: Fix bitmask for the PCIROR register
>   hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c
> 
>  hw/hppa/dino.c | 31 +++++++++++++++++--------------
>  1 file changed, 17 insertions(+), 14 deletions(-)
> 

Queued to tgt-hppa.


r~