emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Open

#12 076 ouverte le 28 août 2020

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)C++ (3 519 forks)batch import
filesystemgood first bughelp wanted

Métriques du dépôt

Stars
 (27 361 stars)
Métriques de merge PR
 (Merge moyen 19j 10h) (147 PRs mergées en 30 j)

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.

Guide contributeur