Re: MSI: fix some NULL checking in MSI_RecordGetStringA
On Tue, Dec 16, 2008 at 9:11 AM, Aric Stewart <aric(a)codeweavers.com> wrote:
--- dlls/msi/record.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)
Can you add tests for this please? Thanks, James Hawkins
Ok, Though it mirrors what is happening over in MSI_RecordGetStringW so i assumed it was just a few check that had been accidentally forgotten. -aric James Hawkins wrote:
On Tue, Dec 16, 2008 at 9:11 AM, Aric Stewart <aric(a)codeweavers.com> wrote:
--- dlls/msi/record.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)
Can you add tests for this please?
Thanks, James Hawkins
On Tue, Dec 16, 2008 at 11:59 AM, Aric Stewart <aric(a)codeweavers.com> wrote:
Ok, Though it mirrors what is happening over in MSI_RecordGetStringW so i assumed it was just a few check that had been accidentally forgotten.
Yea, I'm sure it's right, but it's nice to verify those changes with tests and to keep it from regressing. -- James Hawkins
participants (2)
-
Aric Stewart -
James Hawkins