mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
p2p, refactor: pass and use uint16_t CService::port as uint16_t
This commit is contained in:
parent
1b6c463e03
commit
6423c8175f
17 changed files with 48 additions and 47 deletions
|
|
@ -82,7 +82,7 @@ FUZZ_TARGET(string)
|
|||
#ifndef WIN32
|
||||
(void)ShellEscape(random_string_1);
|
||||
#endif // WIN32
|
||||
int port_out;
|
||||
uint16_t port_out;
|
||||
std::string host_out;
|
||||
SplitHostPort(random_string_1, port_out, host_out);
|
||||
(void)TimingResistantEqual(random_string_1, random_string_2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue