emscripten-core/emscripten

exception not thrown when truncating filenames longer than 255 char

Open

#12,076 创建于 2020年8月28日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (3,519 fork)batch import
filesystemgood first bughelp wanted

仓库指标

Star
 (27,361 star)
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.

贡献者指南