Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25982
b: refs/heads/master
c: ab5703b
h: refs/heads/master
v: v3
  • Loading branch information
Ron Yorston authored and Linus Torvalds committed Apr 19, 2006
1 parent b45a2f0 commit a8a01af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dda27d1a55e185b0c5fd184b86ac26c66846f095
refs/heads/master: ab5703b34237da7034800ec2466ceebf88a7e685
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/mls.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int mls_context_to_sid(char oldc,

if (!selinux_mls_enabled) {
if (def_sid != SECSID_NULL && oldc)
*scontext += strlen(*scontext);
*scontext += strlen(*scontext)+1;
return 0;
}

Expand Down

0 comments on commit a8a01af

Please sign in to comment.