Re: [PATCH] kernel32: GetPrivateProfileSectionNamesA error checking (Coverity)
6 Jan
2010
6 Jan
'10
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.
5909
Age (days ago)
5909
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens