platform_system_core/fs_mgr
Jin Qian 905948ed74 fs_mgr: fix clang static analyzer warning
Pointer from strdup is lost hence triggers mem leak warning from
clang, since ptr returned from basename may not point to start of
duplicated string any more.

Switch to use gnu version of basename which doesn't modify input
string so that strdup is no longer necessary.

Bug: 27126348

Change-Id: Iadb5cf343437a1e27e588ee067b084897633ea07
Merged-In: I937a68c01c223230932c932bffdd35da6503c3c4
2016-11-08 20:07:31 +00:00
..
include fs_mgr: fix clang static analyzer warning 2016-11-08 20:07:31 +00:00
Android.mk libcrypto_utils: convert to Soong. 2016-08-05 18:07:36 -07:00
fs_mgr.c fs_mgr: fix clang static analyzer warning 2016-11-08 20:07:31 +00:00
fs_mgr_format.c Update the header path for ext4_utils. 2016-10-09 10:23:36 -07:00
fs_mgr_fstab.c Split fstab mount into 2 phases 2016-09-06 11:39:05 -07:00
fs_mgr_main.c fs_mgr: fix clang static analyzer warning 2016-11-08 20:07:31 +00:00
fs_mgr_priv.h Split fstab mount into 2 phases 2016-09-06 11:39:05 -07:00
fs_mgr_priv_verity.h Fix misc-macro-parentheses warnings in init and other core modules. 2016-05-18 18:11:49 -07:00
fs_mgr_slotselect.c fs_mgr: Track the bootloader_message struct change. 2016-06-09 15:13:15 -07:00
fs_mgr_verity.cpp Make sure wait for the dm device 2016-10-26 13:40:23 -07:00