Files
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
..
2018-12-12 13:08:10 +08:00
2018-12-26 13:50:26 +08:00
2018-11-06 13:37:33 +08:00
2018-09-18 09:43:43 +08:00