Re: [2/4] dlls/ole32: Zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration.
31 Oct
2015
31 Oct
'15
7:50 p.m.
Are you sure we shouldn't be zeroing the entire remaining buffer? And maybe we should put it after the loop, given there are multiple exits.
1 Nov
1 Nov
3:08 a.m.
New subject: [2/4] dlls/ole32: Zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration.
Vincent Povirk <madewokherd(a)gmail.com> wrote:
Are you sure we shouldn't be zeroing the entire remaining buffer? And maybe we should put it after the loop, given there are multiple exits.
I have the tests only for case of fetching one element at end of enum, that's why the patch fixes only this. If there is a theory that zeroing should be done for the remaining cells as well, that should be a separate change with new tests. -- Dmitry.
3784
Age (days ago)
3785
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk