Commit Graph

2 Commits

Author SHA1 Message Date
Tee KOBAYASHI d46e3bc8a4 gnupg: Fix uninitialized local variable
```
[...]/src/g10/keylist.c:342:43: warning: variable 'indent' is uninitialized when used here [-Wuninitialized]
              tty_fprintf (fp, "\n%*s%s", indent, "", _("card-no: "));
                                          ^~~~~~
[...]/src/g10/keylist.c:310:13: note: initialize the variable 'indent' to silence this warning
  int indent;
            ^
             = 0
```
2023-01-21 08:28:40 +00:00
Henrik Grimler 8c021d2825
gnupg: prevent attempt to print with %n format
Which is not allowed on android.
2023-01-19 20:45:09 +01:00