Re: Telnetd Vulnerability Report

Important cybersecurity news update

Posted by Solar Designer on Mar 08Oh, you're right, I was wrong. It's a non-const pointer to a const pointer to a const string. Which is what we need here. It's still uncommon in projects to const'ify string arrays like that, but I think we should start doin…