aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-13 19:37:07 +0200
committerMattias Andrée <maandree@kth.se>2024-09-13 19:37:07 +0200
commit61cdde54f4d4f1490bfb9c6452c5aef33355c2a7 (patch)
treed71cc91e700be46484db004f3089c250fedcc014 /common.h
parentOrganise files (diff)
downloadanysum-61cdde54f4d4f1490bfb9c6452c5aef33355c2a7.tar.gz
anysum-61cdde54f4d4f1490bfb9c6452c5aef33355c2a7.tar.bz2
anysum-61cdde54f4d4f1490bfb9c6452c5aef33355c2a7.tar.xz
Fix memory corruption buf
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index f601ae5..00aae3e 100644
--- a/common.h
+++ b/common.h
@@ -172,4 +172,4 @@ int cmdline_sha3sum(int argc, char **argv, enum command command, struct config *
int cmdline_other(int argc, char **argv, enum command command, struct config *config);
/* cmdline.c */
-void cmdline(int *argcp, char ***argvp, struct config *config);
+void cmdline(int *argcp, char ***argvp, struct config *config, char **algostrbufp);