Use a pointer for port_name
Using strcpy is stupid because we don't know how long the argument would be. There's no need for a buffer anyway.
Loading
Please register or sign in to comment
Using strcpy is stupid because we don't know how long the argument would be. There's no need for a buffer anyway.