mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
细粒度屏蔽cficheck
Signed-off-by: srr101 <songruirui1@huawei.com>
This commit is contained in:
parent
c07e088980
commit
02ebdf0e59
@ -136,7 +136,7 @@ ErrCode DataObsMgrClient::NotifyChange(const Uri &uri)
|
||||
*
|
||||
* @return Returns SUCCESS on success, others on failure.
|
||||
*/
|
||||
std::pair<Status, sptr<IDataObsMgr>> DataObsMgrClient::GetObsMgr()
|
||||
__attribute__ ((no_sanitize("cfi"))) std::pair<Status, sptr<IDataObsMgr>> DataObsMgrClient::GetObsMgr()
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user