[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v3 21/25] s390x/sclp: Use size_t in process_mdb(
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v3 21/25] s390x/sclp: Use size_t in process_mdb() |
Date: |
Wed, 20 Feb 2019 11:53:53 +0100 |
On Wed, 20 Feb 2019 02:02:28 +0100
Philippe Mathieu-Daudé <address@hidden> wrote:
> Since it is unlikely we have sizeof(mdbo->mto.message) < 0,
> we can convert this variable to an unsigned type.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> hw/char/sclpconsole-lm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Cornelia Huck <address@hidden>
- Re: [qemu-s390x] [PATCH v3 17/25] net/filter-mirror: Use size_t, (continued)
- [qemu-s390x] [PATCH v3 16/25] tpm: Use size_t to hold sizes, Philippe Mathieu-Daudé, 2019/02/19
- [qemu-s390x] [PATCH v3 18/25] s390x/3270: Let insert_IAC_escape_char() use size_t, Philippe Mathieu-Daudé, 2019/02/19
- [qemu-s390x] [PATCH v3 21/25] s390x/sclp: Use size_t in process_mdb(), Philippe Mathieu-Daudé, 2019/02/19
- Re: [qemu-s390x] [PATCH v3 21/25] s390x/sclp: Use size_t in process_mdb(),
Cornelia Huck <=
- [qemu-s390x] [PATCH v3 22/25] s390x/sclp: Let write_console_data() take a size_t, Philippe Mathieu-Daudé, 2019/02/19
- [qemu-s390x] [PATCH v3 24/25] chardev: Let qemu_chr_fe_write[_all] use size_t type argument, Philippe Mathieu-Daudé, 2019/02/19
- Re: [qemu-s390x] [PATCH v3 00/25] chardev: Convert qemu_chr_write() to take a size_t argument, Marc-André Lureau, 2019/02/20