From: David M. <mdb...@dm...> - 2003-04-09 14:30:48
|
Hi Brian, Here's one more. I ran valgrind on mdbtools and it found accesses outside of the malloced region. The cause was the mdb_find_end_of_row code was not using the intelligent algorithm (it was ifdef'ed out) and was using a bogus value when there were 'lookupflag'ed rows in the table. This patch enables the already existing code, and enables it to compile ;-) Apply with -p1. David P.S. All of the patches are against 0.5rc2 P.P.S Valgrind has found some memory leaks, which doesn't matter much for me, but it could matter for the gui-based code which is expected to run for an arbitrary amount of time (unlike the mdb-schema/export which is a one-pass and exit type of thing). -- /==============================\ | David Mansfield | | mdb...@db... | \==============================/ |