emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Ouverte

#12 076 ouverte le 28 août 2020

 (8 commentaires) (0 réaction) (0 personne assignée)C++ (3 519 forks)batch import
filesystemgood first bughelp wanted

Métriques du dépôt

Stars
 (27 361 étoiles)
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