projects
/
platform
/
core
/
appfw
/
pkgmgr-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f42a7
)
Fix static analysis issue
98/262798/1
author
Junghyun Yeon
<jungh.yeon@samsung.com>
Fri, 20 Aug 2021 02:51:40 +0000
(11:51 +0900)
committer
Junghyun Yeon
<jungh.yeon@samsung.com>
Fri, 20 Aug 2021 02:51:40 +0000
(11:51 +0900)
Change-Id: Ieeeb6130390c6a54d80d1f95fb5a839eae6c8c8e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/rsc-copy/include/param_checker.hh
patch
|
blob
|
history
diff --git
a/src/rsc-copy/include/param_checker.hh
b/src/rsc-copy/include/param_checker.hh
index 9afb80afca19afc94f737af6ae65a2f30ff74a84..4e661072f83ef41a00897b169a20c4f33574b6d5 100644
(file)
--- a/
src/rsc-copy/include/param_checker.hh
+++ b/
src/rsc-copy/include/param_checker.hh
@@
-38,7
+38,7
@@
class ParamChecker {
std::list<RscPathInfo> path_info_list_;
std::string pkgid_;
std::string session_id_;
- uid_t uid_;
+ uid_t uid_
= 0
;
ReqType req_type_ = ReqType::REQ_TYPE_UNKNOWN;
void SetRequestType(std::string key);