top | item 21567844 A Nasty Bug in Msvcrt.dll 1 points| dennis714 | 6 years ago |yurichev.com | reply 3 comments order hn newest [+] [-] kayamon|6 years ago|reply The bug isn't in msvcrt.dll, it's in your code. If you pass NULL in to a function that wasn't expecting it, bad things are gonna happen. [+] [-] dennis714|6 years ago|reply stricmp() (silently) behaves incorrectly returning MAX_INT. Isn't it a bug? [+] [-] dennis714|6 years ago|reply This isn't even UD.
[+] [-] kayamon|6 years ago|reply The bug isn't in msvcrt.dll, it's in your code. If you pass NULL in to a function that wasn't expecting it, bad things are gonna happen. [+] [-] dennis714|6 years ago|reply stricmp() (silently) behaves incorrectly returning MAX_INT. Isn't it a bug? [+] [-] dennis714|6 years ago|reply This isn't even UD.
[+] [-] dennis714|6 years ago|reply stricmp() (silently) behaves incorrectly returning MAX_INT. Isn't it a bug?
[+] [-] kayamon|6 years ago|reply
[+] [-] dennis714|6 years ago|reply
[+] [-] dennis714|6 years ago|reply