udpxd icon indicating copy to clipboard operation
udpxd copied to clipboard

A general purpose UDP relay/port forwarder/proxy

Results 1 udpxd issues
Sort by recently updated
recently updated
newest added

``` user@localhost:/dev/shm/udpxd$ make gcc -c -Wall -Wextra -Werror -O1 -g host.c -o host.o host.c: In function ‘get_host’: host.c:98:7: error: ‘%s’ directive argument is null [-Werror=format-overflow=] 98 | sprintf(host->ip, "[%s%%%d]", ip,...

bug