We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdbb6e commit 34a3c84Copy full SHA for 34a3c84
1 file changed
plugins/sudoers/match_digest.c
@@ -47,7 +47,7 @@ digest_matches(int fd, const char *path,
47
unsigned char *file_digest = NULL;
48
unsigned char *sudoers_digest = NULL;
49
struct command_digest *digest;
50
- size_t digest_len = (size_t)-1;
+ size_t digest_len;
51
int matched = DENY;
52
int fd2 = -1;
53
debug_decl(digest_matches, SUDOERS_DEBUG_MATCH);
0 commit comments