mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-18 21:30:17 +00:00
Here is how the recursion might happen: when there is something wrong | sbuf_put -> memcpy_s -> pr_err -> do_logmsg | | ----------------------------------- Replace 'pr_err' with 'ASSERT' in 'memcpy_s' to break this kind of recursion. Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> |
||
---|---|---|
.. | ||
console.c | ||
dump.c | ||
logmsg.c | ||
printf.c | ||
sbuf.c | ||
serial_internal.h | ||
serial.c | ||
shell_internal.c | ||
shell_internal.h | ||
shell_public.c | ||
uart16550.c | ||
uart16550.h | ||
vuart.c |