emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Open

#12,076 opened on 2020年8月28日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)C++ (3,519 forks)batch import
filesystemgood first bughelp wanted

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (平均マージ 19d 10h) (30d で 147 merged PRs)

説明

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.

コントリビューターガイド