Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145115
b: refs/heads/master
c: 26a9a41
h: refs/heads/master
i:
  145113: 973f633
  145111: 62494fd
v: v3
  • Loading branch information
Linus Torvalds committed May 19, 2009
1 parent 39a82ae commit a9f95ab
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: 7ee2cb7f32b299c2b06a31fde155457203e4b7dd
refs/heads/master: 26a9a418237c0b06528941bca693c49c8d97edbe
2 changes: 1 addition & 1 deletion trunk/drivers/char/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ unsigned int get_random_int(void)
int ret;

keyptr = get_keyptr();
hash[0] += current->pid + jiffies + get_cycles() + (int)(long)&ret;
hash[0] += current->pid + jiffies + get_cycles();

ret = half_md4_transform(hash, keyptr->secret);
put_cpu_var(get_random_int_hash);
Expand Down

0 comments on commit a9f95ab

Please sign in to comment.