libgit2 / libgit2/libgit2sharp
Infinite Loop when you enters a invalid path (Repository Init)
オープン
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Tried some stuff and explored this bug.
When you are trying to create a new repository with Repository.Init(string path) and the path is invalid, you will get a infinite loop.
Tried with this path "Z:\Users\justi\Pictures" and Z: doesnt exist on my computer.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Start by reproducing Repository.Init(string path) with the invalid Z:\Users\justi\Pictures path described in the issue, then trace the initialization loop and path validation. Done means invalid paths terminate with an appropriate failure instead of looping indefinitely, while valid repository initialization continues to work.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, git
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100