-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
fs: fix buffer input with recursive mode on readdir #59220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #59220 +/- ##
==========================================
- Coverage 90.06% 89.94% -0.13%
==========================================
Files 648 646 -2
Lines 191065 190666 -399
Branches 37456 37309 -147
==========================================
- Hits 172092 171500 -592
- Misses 11601 11876 +275
+ Partials 7372 7290 -82
🚀 New features to boost your workflow:
|
this might be not a good solution. let me find another way |
This reverts commit f7175b0.
That's definitely a wrong solution, we need |
This reverts commit a176780.
yeah, I see |
This reverts commit a4b9c2f.
I think I find a good way |
Fixes: #58892