emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Open

#12.076 aberto em 28 de ago. de 2020

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (3.519 forks)batch import
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.

Guia do colaborador