]> git.proxmox.com Git - mirror_qemu.git/commit
tests/i44fx-test: No need for zeroing memory before memset
authorThomas Huth <thuth@redhat.com>
Fri, 9 Oct 2015 15:56:37 +0000 (17:56 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 6 Nov 2015 12:42:38 +0000 (15:42 +0300)
commit112317867d573bb053d431f098060cf996d9b2e8
treedafcf104ba0bbea1f70f43152d551193d154da9d
parenta6c6d827605e416f0e127a325ee1efc9cf16afa5
tests/i44fx-test: No need for zeroing memory before memset

Change a g_malloc0 into g_malloc since the following
memset fills the whole buffer anyway.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/i440fx-test.c