projects
/
platform
/
core
/
account
/
fido-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ff811
)
Fix size of glist
66/280066/1
tizen_6.0
author
Lohit Agarwalla
<l.agarwalla@samsung.com>
Thu, 18 Aug 2022 11:55:05 +0000
(17:25 +0530)
committer
Randeep Singh
<randeep.s@samsung.com>
Tue, 23 Aug 2022 06:34:56 +0000
(06:34 +0000)
Change-Id: Ic2f25e336f0b885a1e1b9666f52395503ca4acd3
Signed-off-by: Lohit Agarwalla <l.agarwalla@samsung.com>
(cherry picked from commit
cd47d78241a5418d0d303c0452dd310903a887df
)
server/fido_server.c
patch
|
blob
|
history
diff --git
a/server/fido_server.c
b/server/fido_server.c
index 6f41dc0d278bdc2c690c999f9c35d0e36c05b829..1521f6914e86b3c7aad5fe678a2a2d3494357396 100755
(executable)
--- a/
server/fido_server.c
+++ b/
server/fido_server.c
@@
-160,7
+160,7
@@
_asm_get_info_cb(GList *asm_resp_list, void *user_data)
int i = 0;
int str_list_len = g_list_length(asm_resp_list);
GList *asm_resp_list_iter = g_list_first(asm_resp_list);
- char **asm_resp_json_arr = calloc(str_list_len + 1, sizeof(
int
));
+ char **asm_resp_json_arr = calloc(str_list_len + 1, sizeof(
char *
));
if (asm_resp_json_arr != NULL) {
while (asm_resp_list_iter != NULL) {