Prefer strncpy()
This commit is contained in:
parent
2393e26b02
commit
9f8b6a6b5d
@ -196,9 +196,11 @@ run (void *cls,
|
|||||||
AMOUNT_4,
|
AMOUNT_4,
|
||||||
AMOUNT_1);
|
AMOUNT_1);
|
||||||
|
|
||||||
strcpy (total_reserve_amount.currency,
|
|
||||||
currency);
|
|
||||||
total_reserve_amount.value = 5 * howmany_coins;
|
total_reserve_amount.value = 5 * howmany_coins;
|
||||||
|
strncpy (total_reserve_amount.currency,
|
||||||
|
currency,
|
||||||
|
TALER_CURRENCY_LEN);
|
||||||
|
|
||||||
GNUNET_asprintf (&withdraw_fee_str,
|
GNUNET_asprintf (&withdraw_fee_str,
|
||||||
"%s:0.1",
|
"%s:0.1",
|
||||||
currency);
|
currency);
|
||||||
|
Loading…
Reference in New Issue
Block a user