]> Git Repo - qemu.git/commit
s390x/ipl: check kernel command line size
authorMarc Hartmayer <[email protected]>
Wed, 6 Oct 2021 09:26:30 +0000 (11:26 +0200)
committerThomas Huth <[email protected]>
Wed, 13 Oct 2021 14:20:55 +0000 (16:20 +0200)
commitf1420101023c7d170d802efc8daab686189ed1bf
treef5523db7b4fdea92fe6711e3037158fbd34cf7a3
parentbfd9a76f9c143d450ab5545dedfa74364b39fc56
s390x/ipl: check kernel command line size

Check if the provided kernel command line exceeds the maximum size of the s390x
Linux kernel command line size, which is 896 bytes.

Reported-by: Sven Schnelle <[email protected]>
Signed-off-by: Marc Hartmayer <[email protected]>
Message-Id: <20211006092631[email protected]>
Reviewed-by: Christian Borntraeger <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
[thuth: Adjusted format specifier for size_t]
Signed-off-by: Thomas Huth <[email protected]>
hw/s390x/ipl.c
This page took 0.026392 seconds and 4 git commands to generate.