-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The errors in sesman/chansrv/chansrv_fuse.c appear to be false positives caused by allocating xhandle->dir_handle, and then casting xhandle to an integer in xfuse_handle_to_fuse_handle(), thus hiding xhandle->dir_handle For both occurrences, the logic has been simplified and made the same, and a comment has been added to suppress the error.
- Loading branch information
1 parent
d98c883
commit b047430
Showing
2 changed files
with
44 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters