emscripten-core/emscripten
Vedi su GitHubexception not thrown when truncating filenames longer than 255 char
Open
#12.076 aperta il 28 ago 2020
filesystemgood first bughelp wanted
Metriche repository
- Star
- (27.361 star)
- Metriche merge PR
- (Merge medio 19g 10h) (147 PR mergiate in 30 g)
Descrizione
When files with a filename greater than 255 characters is being created, it is truncated, but does not throw an exception that other systems throw.
Expectation: File is truncated and created with an exception thrown.