Re: msi: The input buffer length is the number of characters excluding the NULL terminator, so fix an off by one error [RESEND]
Aug. 4, 2006
8:27 a.m.
"James Hawkins" <truiken(a)gmail.com> writes:
Is there anything wrong with this patch?
Yes, the length does include the terminating null. That's what the rest of the function expects, and AFAICT it's what the callers expect too (and it's the standard behavior of API functions that take a buffer length). -- Alexandre Julliard julliard(a)winehq.org
7174
Age (days ago)
7174
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard