projects
/
platform
/
core
/
connectivity
/
mdg-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac06320
)
Fixed crash issue
54/191154/1
author
saerome.kim
<saerome.kim@samsung.com>
Fri, 12 Oct 2018 02:20:53 +0000
(11:20 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Fri, 12 Oct 2018 02:20:53 +0000
(11:20 +0900)
Fixed a problem that caused by casting double pointer.
Change-Id: I6c6c30412aa739943611c32a22bdef2a8fe5ad65
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
src/mdg-manager/src/mdgd_util.c
patch
|
blob
|
history
diff --git
a/src/mdg-manager/src/mdgd_util.c
b/src/mdg-manager/src/mdgd_util.c
index 52e4e58a5e9ec66820d01463c333e57b369c66d4..854d2b170d5b3b651e578f133846a8d305fb5c9c 100644
(file)
--- a/
src/mdg-manager/src/mdgd_util.c
+++ b/
src/mdg-manager/src/mdgd_util.c
@@
-571,7
+571,7
@@
void mdgd_util_data_decode(const char *data, int data_len,
(const size_t)data_len,
(uint8_t *)out,
(const size_t)out_size,
- (uint32_t *)
&
decoded_len)) {
+ (uint32_t *)decoded_len)) {
LOG_ERR("Base64 decoding failed.");
g_free(out);
return;