Evan Miller

Results 234 comments of Evan Miller

@rhurlin "Distributed tar balls" refers to the Asset files `mdbtools-0.9.x.tar.gz` and `mdbtools-0.9.x.zip`. These are created by myself for each release using `make dist`, and are manually uploaded to GitHub. The...

If it is configured with `iconv`, MDB Tools will emit UTF-8 regardless of the underlying character set.

The original case looks legit but hard to explain. It's saying the 16-byte WRITE is failing here: https://github.com/mdbtools/mdbtools/blob/373b7ff4c4daf887269c078407cb1338942c4ea6/src/libmdb/money.c#L86 I would believe it if the READ failed, but the out-of-bounds WRITE...

@nirgal mdb-import hasn't been installed by default since 2005. https://github.com/mdbtools/mdbtools/commit/a443e83ae75fcd63f03ebe86d6ff3341fa2867a6 However, the man page is currently installed and it looks like you did some work on it in 2014: https://github.com/mdbtools/mdbtools/commit/072f7c65189c0a22407325540d42fd7cd806a210#diff-91a685ff7d4284a641af0919932d9087a99684f097141dab21fd8ad230ad116b...

MDB Tools is open for business. Re-opening issue.

@ewenmcneill Duly noted, leaving open in case others hit the same issue. Thanks for your time.

I don't have strong feelings about Coverity specifically, but in my general experience, non-GitHub integrations are prone to bit-rot, deprecations, and general slowness. I think we should start with running...

Hmm this is a tough one. Since the export is doing what's asked of it, I'm not convinced that it should be returning an error. In general the library tries...

Hi, if you can provide an Access database that demonstrates the issue someone will take a look.

If you look at the original commit: https://github.com/mdbtools/mdbtools/commit/16d249748a5a44d5f1e171eec945592dfcb12113 There was concern about a potential integer overflow / undefined behavior with very large inputs. For that reason I suggest leaving in...