acrn-hypervisor/hypervisor/lib
Zheng, Gen c5fabf55a0 sprintf: bug fix in sprintf implemented code
In the case that the copy sz is 0, it is unnecessary to do copy.

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
Reviewed-by: Chen, Jason Cl <jason.cj.chen@intel.com>
Reviewed-by: Yakui, Zhao <yakui.zhao@intel.com>
2018-05-15 17:25:27 +08:00
..
crypto initial import 2018-05-11 14:44:28 +08:00
div.c initial import 2018-05-11 14:44:28 +08:00
mdelay.c initial import 2018-05-11 14:44:28 +08:00
mem_mgt.c Remove ASSERT in lib functions 2018-05-15 17:19:36 +08:00
memchr.c initial import 2018-05-11 14:44:28 +08:00
memcpy.c Remove ASSERT in lib functions 2018-05-15 17:19:36 +08:00
memset.c initial import 2018-05-11 14:44:28 +08:00
spinlock.c initial import 2018-05-11 14:44:28 +08:00
sprintf.c sprintf: bug fix in sprintf implemented code 2018-05-15 17:25:27 +08:00
stdlib.c initial import 2018-05-11 14:44:28 +08:00
strchr.c initial import 2018-05-11 14:44:28 +08:00
strcpy.c Remove ASSERT in lib functions 2018-05-15 17:19:36 +08:00
strncpy.c Remove ASSERT in lib functions 2018-05-15 17:19:36 +08:00
strnlen.c initial import 2018-05-11 14:44:28 +08:00
strtol.c initial import 2018-05-11 14:44:28 +08:00
udelay.c Rename TIME_MS_DELTA to CYCLES_PER_MS 2018-05-15 17:19:39 +08:00