Artifact 36083e7c077c098a3d26e7ef77d8840a5a3283cc:
- File ssh.c — part of check-in [55833059a8] at 2014-01-25 09:59:04 on branch trunk — Fix a potential crash in ssh_setup_portfwd. If we search for a colon by computing ptr + host_strcspn(ptr,":"), then the resulting pointer is always non-NULL, and the 'not found' condition is not !p but !*p. This typo could have caused PuTTY to overrun a string, but not in a security-bug sense because any such string would have to have been loaded from the configuration rather than received from a hostile source. (user: simon size: 343755)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.