Fix memory/fd leak with pkg repo signing_command
modified libpkg/pkg_repo.c
@@ -438,7 +438,7 @@ cmd_sign(char *path, char **argv, int argc, struct sbuf **sig, struct sbuf **cer
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -492,6 +492,10 @@ cmd_sign(char *path, char **argv, int argc, struct sbuf **sig, struct sbuf **cer
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|