acrn-hypervisor/hypervisor/include/lib
Yonghua Huang c1fc7f5fce hv: remove the usage of 'atoi()'
this function is not from libc but has the same name,
  atoi() in libc is unbounded and not safe.

  replace this function with 'strtol_deci()' in this case.

Tracked-On: #2187
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-26 13:50:26 +08:00
..
crypto hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
atomic.h hv: use uint32_t replace "unsigned int" 2018-12-12 13:08:10 +08:00
bits.h hv: coding style: refine the remaining functions to one exit point 2018-12-21 19:39:56 +08:00
errno.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
list.h HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
mem_mgt.h hv: use uint32_t replace "unsigned int" 2018-12-12 13:08:10 +08:00
rtl.h hv: remove the usage of 'atoi()' 2018-12-26 13:50:26 +08:00
spinlock.h hv: clean up spinlock 2018-09-14 09:44:44 +08:00
sprintf.h fix "Casting operation to a pointer" 2018-11-06 13:37:33 +08:00
types.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
util.h hv: clean up some header files 2018-09-13 13:11:57 +08:00