任务单 #45830

make_dir() trying to create directory with an empty name

开放日期: 2022-10-11 17:23 最后更新: 2022-10-21 05:55

报告人:
属主:
类型:
状态:
关闭
组件:
里程碑:
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Fixed
文件:
1

Details

make_dir() creates path components one at a time. When it gets an absolute path, it considers the root directory '/' as the first directory separator, and tries to create directory by the name whats on its left side, i.e., nothing.

The mkdir() failure that follows has been harmless as we've ignored it, but with #44940 that's about to change.

任务单历史 (3/4 Histories)

2022-10-11 17:23 Updated by: cazfi
  • New Ticket "make_dir() trying to create directory with an empty name" created
2022-10-12 23:40 Updated by: cazfi
  • 属主 Update from (无) to cazfi
  • 处理结果 Update from to Accepted
评论

To be pushed to all branches, including S2_6

2022-10-21 05:55 Updated by: cazfi
  • 状态 Update from 开启 to 关闭
  • 处理结果 Update from Accepted to Fixed

编辑

Please login to add comment to this ticket » 登录名