Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91711
b: refs/heads/master
c: 7696ee8
h: refs/heads/master
i:
  91709: dbe78c0
  91707: da8c8b4
  91703: d693e0d
  91695: f5620d4
  91679: 7b1d25e
  91647: 1e16c17
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Apr 21, 2008
1 parent abd4f0c commit e9644d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7c2b240ef2ae05a0081b4004176fd5838cecc4f6
refs/heads/master: 7696ee80ac037959fc708156255d1bfec1f9ad70
5 changes: 2 additions & 3 deletions trunk/security/selinux/ss/ebitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,10 @@ int ebitmap_read(struct ebitmap *e, void *fp)
}
/* round down */
tmp->startbit = startbit - (startbit % EBITMAP_SIZE);
if (n) {
if (n)
n->next = tmp;
} else {
else
e->node = tmp;
}
n = tmp;
} else if (startbit <= n->startbit) {
printk(KERN_ERR "SELinux: ebitmap: start bit %d"
Expand Down

0 comments on commit e9644d6

Please sign in to comment.