Fix invalid write to static buffer in parse_addr_arg

This commit is contained in:
2026-02-26 00:11:34 +01:00
parent 5ff6a1e073
commit 0fbcbda4f7
5 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void append_hex_as_str(char *out, SHA256 hash);
bool addr_eql(Address a, Address b);
bool addr_lower(Address a, Address b);
int parse_addr_arg(char *arg, Address *out);
int parse_addr_arg(string arg, Address *out);
void addr_sort(Address *addrs, int count);
#endif // BASIC_INCLUDED