Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57293
Without this change, the tests segfault due to a buffer overflow.
Note: This bug was surfaced but not caused by b5cbb5562ca1aaf023a588bdc6ccb89220637fc4. Before b5cbb5562ca1aaf023a588bdc6ccb89220637fc4, the savedlg test segfaults while the opendlg test does not. After it, both segfault.
-- v2: comdlg32/tests: Add tests for itemdlg filters longer than MAX_PATH.