ctty
ctty copied to clipboard
A library and tool for discovering and mapping Controlling TTYs in Linux.
Results
1
ctty issues
Sort by
recently updated
recently updated
newest added
strncpy() will zero-fill the destination up to the size passed - MAX_PATH_LEN, but we only malloc() the actual size of the string, so this overruns and causes heap corruption. I...