emscripten-core/emscripten
exception not thrown when truncating filenames longer than 255 char
Aberta
#12.076 aberto em 28 de ago. de 2020
filesystemgood first bughelp wanted
Métricas do repositório
- Stars
- (27.361 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.