チケット #45830

make_dir() trying to create directory with an empty name

登録: 2022-10-11 17:23 最終更新: 2022-10-21 05:55

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
1

詳細

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.

チケットの履歴 (4 件中 3 件表示)

2022-10-11 17:23 更新者: cazfi
  • 新しいチケット "make_dir() trying to create directory with an empty name" が作成されました
2022-10-12 23:40 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
コメント

To be pushed to all branches, including S2_6

2022-10-21 05:55 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

添付ファイルリスト

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする