mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
net: Real fix for check_params users
OK, last try:8e4416af45broke -net socket,ffad4116b9tried to fix it but broke error reporting of invalid parameters. So this patch widely revertsffad4116b9again and intead fixes those callers of check_params that originally suffered from overwritten buffers by using separate ones. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Mark McLoughlin <markmc@redhat.com>
This commit is contained in:
committed by
Mark McLoughlin
parent
cda94b2782
commit
0aa7a205c8
3
sysemu.h
3
sysemu.h
@@ -270,7 +270,8 @@ void usb_info(Monitor *mon);
|
||||
|
||||
int get_param_value(char *buf, int buf_size,
|
||||
const char *tag, const char *str);
|
||||
int check_params(const char * const *params, const char *str);
|
||||
int check_params(char *buf, int buf_size,
|
||||
const char * const *params, const char *str);
|
||||
|
||||
void register_devices(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user