Skip to content
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

ext2: fix error message #70

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

fischerling
Copy link
Contributor

@fischerling fischerling commented Mar 31, 2024

After the use of strtok in ext2_resolve_path the absolute_path buffer does no longer contain the complete path.
Use the path variable passed to ext2_stat instead.

After the use of strtok in ext2_resolve_path the absolute_path buffer
does no longer contain the complete path.
Use the path variable passed to ext2_stat instead.
@Galfurian Galfurian merged commit b85b05e into mentos-team:develop Apr 2, 2024
17 of 18 checks passed
@Galfurian Galfurian added the bug Something isn't working label Apr 5, 2024
@fischerling fischerling deleted the improve-ext2-err-msg branch July 20, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants