emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

オープン

#12,076 opened on 2020/08/28

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (3,519 件のフォーク)batch import
filesystemgood first bughelp wanted

Repository metrics

Stars
 (27,361 個のスター)
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.

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