mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
This patch fixes the MISRA-C violations in lib/string.c * add the required brackets for logical conjunctions * replace the basic type `long` with defined type `int64_t` Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>