google / wuffs

Wrangling Untrusted File Formats Safely
Other
4.16k stars 131 forks source link

Directory name "aux" is invalid on Windows. #33

Closed mike-kaufman closed 4 years ago

mike-kaufman commented 4 years ago

Hey folks - commit cf6c5789736b19c1ed94c5e231e4db999e21c544 introduced a directory named "aux", which is invalid on windows. (see stack overflow)

This results in failures during checkout on windows:

E:\chromium.wuffs>git checkout cf6c5789736b19c1ed94c5e231e4db999e21c544
fatal: cannot create directory at 'internal/cgen/aux': Invalid argument
mike-kaufman commented 4 years ago

/cc @nigeltao

mike-kaufman commented 4 years ago

See PR https://github.com/google/wuffs/pull/34 for possible fix

nigeltao commented 4 years ago

Fixed by PR #34.