diff options
author | Philippe Mathieu-Daudé | 2017-07-27 04:42:20 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-07-31 12:06:39 +0200 |
commit | a44af723b3d5e6fa003b9d7f70f249c5529aa03a (patch) | |
tree | 0b499d9472652c9f5a2da7051e5c3db21363d254 /hw | |
parent | syscall: check inotify() and eventfd() return value (diff) | |
download | qemu-a44af723b3d5e6fa003b9d7f70f249c5529aa03a.tar.gz qemu-a44af723b3d5e6fa003b9d7f70f249c5529aa03a.tar.xz qemu-a44af723b3d5e6fa003b9d7f70f249c5529aa03a.zip |
thunk: assert nb_fields is valid
thunk.c:91:32: warning: Call to 'malloc' has an allocation size of 0 bytes
se->field_offsets[i] = malloc(nb_fields * sizeof(int));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported-by: Clang Static Analyzer
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions