mbox series

[PULL] IPMI bug fixes

Message ID 20220801140217.GA3834@minyard.net (mailing list archive)
State New, archived
Headers show
Series [PULL] IPMI bug fixes | expand

Pull-request

git@github.com:cminyard/qemu.git tags/for-qemu-2022-08-01

Message

Corey Minyard Aug. 1, 2022, 2:02 p.m. UTC
Not a huge deal, but probably makes mainainers lives a little easier.

Add a change to make Coverity happy.

----------------------------------------------------------------
Corey Minyard (1):
      ipmi:smbus: Add a check around a memcpy

 hw/ipmi/smbus_ipmi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
cminyard@t560:/personal/git/qemu/Z$ git request-pull master origin tags/for-qemu-2022-08-01
The following changes since commit cc42559ab129a15554cc485ea9265e34dde7ab5b:

  Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into staging (2022-07-28 15:06:42 -0700)

are available in the Git repository at:

  git@github.com:cminyard/qemu.git tags/for-qemu-2022-08-01

for you to fetch changes up to 3fde641e7286f9b968bdb3b4b922c6465f2a9abc:

  ipmi:smbus: Add a check around a memcpy (2022-08-01 06:40:50 -0500)

----------------------------------------------------------------
Add a change to make Coverity happy.

----------------------------------------------------------------
Corey Minyard (1):
      ipmi:smbus: Add a check around a memcpy

 hw/ipmi/smbus_ipmi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Richard Henderson Aug. 1, 2022, 5:21 p.m. UTC | #1
On 8/1/22 07:02, Corey Minyard wrote:
> Not a huge deal, but probably makes mainainers lives a little easier.
> 
> Add a change to make Coverity happy.
> 
> ----------------------------------------------------------------
> Corey Minyard (1):
>        ipmi:smbus: Add a check around a memcpy
> 
>   hw/ipmi/smbus_ipmi.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> cminyard@t560:/personal/git/qemu/Z$ git request-pull master origin tags/for-qemu-2022-08-01
> The following changes since commit cc42559ab129a15554cc485ea9265e34dde7ab5b:
> 
>    Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into staging (2022-07-28 15:06:42 -0700)
> 
> are available in the Git repository at:
> 
>    git@github.com:cminyard/qemu.git tags/for-qemu-2022-08-01
> 
> for you to fetch changes up to 3fde641e7286f9b968bdb3b4b922c6465f2a9abc:
> 
>    ipmi:smbus: Add a check around a memcpy (2022-08-01 06:40:50 -0500)
> 
> ----------------------------------------------------------------
> Add a change to make Coverity happy.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Corey Minyard (1):
>        ipmi:smbus: Add a check around a memcpy
> 
>   hw/ipmi/smbus_ipmi.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
>