Status check for patches 56770/56772

2009-12-22 Thread Nathan Gallaher
Seeing if there was anything I can do to help either of these patches move along. Don't want them to get lost. ~Nate

Re: ole32: Fix invalid memory access in storage32

2009-12-06 Thread Nathan Gallaher
On Sun, 6 Dec 2009, Huw Davies wrote: By the way, in storage32.h the filename member of struct StorageBaseImpl is declared as WCHAR filename[DIRENTRY_NAME_BUFFER_LEN]; shouldn't it be WCHAR filename[DIRENTRY_NAME_MAX_LEN]; ? Huw. Looking at it, I can't tell. Perhaps Vincent Povirk can expl

Re: msi: Initialize string pointer to NULL

2009-11-03 Thread Nathan Gallaher
Kirill, I see what you're getting at. The valgrind error comes about when we call get_column_info in streams.c. No string is allocated for table_name there, so the pointer remains uninitialized. I am unfamiliar with the streams use case, but looking at tests/db.c:test_streamtable(), I think

re: Nate Gallaher : msi: Add tablename tracking to VIEW_find_column

2009-10-31 Thread Nathan Gallaher
Could someone give me a pointer as to how you reproduce this trace? I've spent some time fiddling with valgrind, the WINETEST_WRAPPER env var, and --enable-maintainer-mode, all to no avail. ~Nate On Wed, 28 Oct 2009, Dan Kegel wrote: Hi Nate, your patch seems to have caused new valgrind war

Re: Patch for bug 20227: msi: Table Join on two tables that have same (non-join) column name...

2009-10-18 Thread Nathan Gallaher
Resubmit of patch. Patch separated into test and fix components. Patch rebased. tableName variable --> table_name Commented code removed. Unused variables removed Unnecessary debug printf's removed. Thanks for the review, ~Nate On Thu, 1 Oct 2009, Hans Leidekker wrote: Hi Nate, Your patch a