Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57847
b: refs/heads/master
c: 679ce0a
h: refs/heads/master
i:
  57845: cd9ea55
  57843: cc19f00
  57839: 58638fa
v: v3
  • Loading branch information
Matt Mackall authored and Linus Torvalds committed Jun 16, 2007
1 parent 61ec817 commit dff84d6
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: 39a279026609c205d331ec39fea11b2fd470a054
refs/heads/master: 679ce0ace6b1a07043bc3b405a34ddccad808886
2 changes: 1 addition & 1 deletion trunk/drivers/char/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ static void extract_buf(struct entropy_store *r, __u8 *out)

buf[0] ^= buf[3];
buf[1] ^= buf[4];
buf[0] ^= rol32(buf[3], 16);
buf[2] ^= rol32(buf[2], 16);
memcpy(out, buf, EXTRACT_SIZE);
memset(buf, 0, sizeof(buf));
}
Expand Down

0 comments on commit dff84d6

Please sign in to comment.