f67f6898c6
DCTC is a Direct Connect clone, allowing users to share their files and talk (like IRC but more software sharing oriented) using a proprietary protocol.
4 lines
264 B
Plaintext
4 lines
264 B
Plaintext
This package used sprintf and strcpy in various places, they were
|
|
all replaced with the safe counterparts snprintf and strncpy.
|
|
dctc does not require any privileges and should not be run as root,
|
|
just specify another port to listen on instead of the default (412). |