[PR #87] [MERGED] fix: unexpect stack overflow when searching a lot #464

Closed
opened 2026-04-08 16:53:02 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/87
Author: @sigoden
Created: 7/2/2022
Status: Merged
Merged: 7/2/2022
Merged by: @sigoden

Base: mainHead: fix-search-stack-overflow


📝 Commits (1)

  • ca3d4d4 fix: unexpect stack overflow when searching a lot

📊 Changes

4 files changed (+87 additions, -174 deletions)

View changed files

📝 Cargo.lock (+1 -116)
📝 Cargo.toml (+1 -1)
📝 src/main.rs (+9 -3)
📝 src/server.rs (+76 -54)

📄 Description

close #86


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/87 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 7/2/2022 **Status:** ✅ Merged **Merged:** 7/2/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `fix-search-stack-overflow` --- ### 📝 Commits (1) - [`ca3d4d4`](https://github.com/sigoden/dufs/commit/ca3d4d47d91d13dbe1cbcb85d236be3bf77860f3) fix: unexpect stack overflow when searching a lot ### 📊 Changes **4 files changed** (+87 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -116) 📝 `Cargo.toml` (+1 -1) 📝 `src/main.rs` (+9 -3) 📝 `src/server.rs` (+76 -54) </details> ### 📄 Description close #86 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:02 +03:00
zhus closed this issue 2026-04-08 16:53:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#464