emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Open

#12.076 aperta il 28 ago 2020

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)C++ (3519 fork)batch import
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.

Guida contributor