Re: [PATCH] kernel32: GetPrivateProfileSectionNamesA error checking (Coverity)
Jan. 6, 2010
12:34 p.m.
On 01/06/2010 01:26 PM, Marcus Meissner wrote:
+ if (!RtlCreateUnicodeStringFromAsciiz(&filenameW, filename)) { + SetLastError(ERROR_OUTOFMEMORY); + return 0; + }
Aren't you leaking bufferW here? -- Cheers, Paul.
6017
Age (days ago)
6017
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens