BUG OF THE MONTH | Memory leak
Continue reading
notepad++
Use the ‘\0’ literal for the terminal null character
The fragment is taken from Notepad++ project. The error is detected by the following diagnostic: The error text: V528 It is odd that pointer to ‘char’ type is compared with the ‘\0’ value. Probably meant: *headerM != ‘\0’. Continue reading