diff options
| author | Greg Kurz | 2018-10-12 11:05:09 +0200 |
|---|---|---|
| committer | David Gibson | 2018-11-08 02:04:40 +0100 |
| commit | 4fc4c6a53d69af50c4421857c749f84f927d09f6 (patch) | |
| tree | c26144500fd3061441c406ccfcaa350c2788c69f /scripts/checkpatch.pl | |
| parent | target/ppc: Split out float_invalid_cvt (diff) | |
| download | qemu-4fc4c6a53d69af50c4421857c749f84f927d09f6.tar.gz qemu-4fc4c6a53d69af50c4421857c749f84f927d09f6.tar.xz qemu-4fc4c6a53d69af50c4421857c749f84f927d09f6.zip | |
spapr_pci: convert g_malloc() to g_new()
When allocating an array, it is a recommended coding practice to call
g_new(FooType, n) instead of g_malloc(n * sizeof(FooType)) because
it takes care to avoid overflow when calculating the size of the
allocated block and it returns FooType *, which allows the compiler
to perform type checking.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
