acrn-hypervisor/hypervisor/lib
Huihuang Shi 20d0e666ff hv: fix sprintf and hypercall violations
Fix the violations list below:
1.Procedure has more than one exit point.
2.Use of sizeof on an array parameter.
3.Expression needs brackets.

Tracked-On: #861
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-25 16:33:13 +08:00
..
crypto hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
memory.c hv: coding style: refine memory.c 2018-12-19 09:15:34 +08:00
misc.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
sprintf.c hv: fix sprintf and hypercall violations 2018-12-25 16:33:13 +08:00
string.c hv: move `atoi` and `strtol_dec` to debug directory 2018-12-20 12:52:59 +08:00