emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

開放

#12,076 建立於 2020年8月28日

 (8 則留言) (0 個反應) (0 位負責人)C++ (3,519 個分叉)batch import
filesystemgood first bughelp wanted

倉庫指標

星標
 (27,361 顆星)
PR 合併指標
 (平均合併 19天 10小時) (30 天內合併 147 個 PR)

描述

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.

貢獻者指南