1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
NIIBE Yutaka dfdcf14738 common,agent,dirmngr,g10,tools: Fix split_fields API.
* common/stringhelp.h (split_fields): Use const * for the strings in
the ARRAY.
(split_fields_colon): Likewise.
* common/stringhelp.c (split_fields, split_fields_colon): Fix
the implementation.
* agent/call-scd.c, agent/command.c: Follow the change.
* common/t-stringhelp.c, dirmngr/loadswdb.c: Likewise.
* g10/call-agent.c, tools/card-call-scd.c: Likewise.
* tools/card-yubikey.c, tools/gpg-card.c: Likewise.
* tools/gpg-card.h, tools/gpg-wks-client.c: Likewise.
* tools/gpgconf-comp.c, tools/gpgconf.c: Likewise.
* tools/wks-util.c: Likewise.

--

The strings in the ARRAY don't need to be released by caller, as those
are references.  It's easier to follow the code when it's explicitly
const *.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2020-09-18 10:20:23 +09:00
..
2019-05-14 11:20:07 +09:00
2018-11-08 12:14:23 +09:00
2018-05-29 12:42:52 +02:00
2020-08-24 19:47:26 +02:00
2020-06-08 15:22:58 +02:00
2015-02-04 09:15:34 +01:00
2020-08-25 10:33:57 +02:00
2015-02-04 09:15:34 +01:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2018-10-25 16:53:05 -04:00
2020-08-07 13:02:47 +09:00
2020-08-25 10:33:57 +02:00
2020-08-07 13:02:47 +09:00
2020-08-07 13:02:40 +09:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2020-02-18 18:07:46 -05:00
2019-07-11 12:32:44 +09:00
2020-08-25 10:33:57 +02:00
2020-06-08 15:22:58 +02:00
2019-07-23 12:04:21 +09:00
2020-06-09 11:00:16 +02:00
2020-06-24 10:05:03 +09:00
2020-06-09 15:45:51 +09:00
2017-03-07 20:25:54 +09:00
2017-01-23 19:16:55 +01:00
2017-02-21 13:11:46 -05:00
2017-03-07 20:32:09 +09:00
2017-03-07 20:25:54 +09:00
2019-09-09 15:01:47 +02:00
2016-03-08 14:08:49 +01:00
2020-08-07 13:02:47 +09:00
2019-09-09 15:01:47 +02:00
2016-12-06 12:16:56 +01:00
2020-08-07 13:02:47 +09:00