acrn-hypervisor/tools/acrn-crashlog/usercrash/include
xiaojin2 6d076caaa6 tools: acrn-crashlog: remove unsafe apis in usercrash
Since strlen/vsnprintf/ato* api are not safe, so use strnlen instead of
strlen, use vasprintf instead of vsnprintf and use strtol instead of
atoi.

Tracked-On: #1254
Signed-off-by: xiaojin2 <xiaojing.liu@intel.com>
Reviewed-by: Huang Yonghua <yonghua.huang@intel.com>
Reviewed-by: Liu, Xinwu <xinwu.liu@intel.com>
Acked-by: Chen Gang <gang.c.chen@intel.com>
2018-10-25 13:43:04 +08:00
..
crash_dump.h tools: acrn-crashlog: add APIs for client and debugger 2018-05-23 17:10:51 +08:00
packet.h tools: acrn-crashlog: fix potential issues under common and usercrash 2018-06-21 11:29:20 +08:00
protocol.h tools: acrn-crashlog: remove unsafe apis in usercrash 2018-10-25 13:43:04 +08:00