On 16 July 2014 08:42, wrote:
> From: KONRAD Frederic
>
> Segfault occurs when there are less than two serial backends with zynq
> platform.
>
> This checks that s->chr is not NULL before using it.
>
> Signed-off-by: KONRAD Frederic
> Reviewed-by: Peter Crosthwaite
> ---
> hw/char/cadence_ua
From: KONRAD Frederic
Segfault occurs when there are less than two serial backends with zynq platform.
This checks that s->chr is not NULL before using it.
Signed-off-by: KONRAD Frederic
Reviewed-by: Peter Crosthwaite
---
hw/char/cadence_uart.c | 14 ++
1 file changed, 10 inserti