emscripten-core/emscripten
Ver no GitHubexception not thrown when truncating filenames longer than 255 char
Open
#12.076 aberto em 28 de ago. de 2020
filesystemgood first bughelp wanted
Métricas do repositório
- Stars
- (27.361 stars)
- Métricas de merge de PR
- (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)
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.