Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: df plugin: Fix an array out of bounds crash.
The second argument of the `for` loop always evaluated to true, causing the code to read past the end of the array. ChangeLog: df plugin: An out of bounds read, causing segmentation faults, has been fixed.
- Loading branch information