Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3995
b: refs/heads/master
c: 6931dfc
h: refs/heads/master
i:
  3993: d7f8ade
  3991: 35e7dcd
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Jun 30, 2005
1 parent 0fc2547 commit 0d0530a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a936eb928c1a253c2e5d66b947688bdc55094a6
refs/heads/master: 6931dfc9f3f81d148b7ed0ab3fd796f8b986a995
3 changes: 2 additions & 1 deletion trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
#include <linux/personality.h>
#include <linux/sysctl.h>
#include <linux/audit.h>
#include <linux/string.h>

#include "avc.h"
#include "objsec.h"
Expand Down Expand Up @@ -1943,7 +1944,7 @@ static int selinux_sb_copy_data(struct file_system_type *type, void *orig, void
}
} while (*in_end++);

copy_page(in_save, nosec_save);
strcpy(in_save, nosec_save);
free_page((unsigned long)nosec_save);
out:
return rc;
Expand Down

0 comments on commit 0d0530a

Please sign in to comment.