call-forwarding: Increase string buffer to avoid overflow

This commit is contained in:
Marcel Holtmann 2019-10-31 08:39:18 +01:00
parent 96a83c167e
commit 37be9d1026
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ static void set_new_cond_list(struct ofono_call_forwarding *cf,
const char *number;
dbus_uint16_t timeout;
char attr[64];
char tattr[64];
char tattr[72];
gboolean update_sim = FALSE;
gboolean old_cfu;
gboolean new_cfu;