Skip to content
Snippets Groups Projects
user avatar
Tom Musta authored
The msgsnd system call takes an argument that describes the message
size (msgsz) and is of type size_t.  The system call should set
errno to EINVAL in the event that a negative message size is passed.

Signed-off-by: default avatarTom Musta <tommusta@gmail.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
edcc5f9d
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team