mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix mis-merge.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
01c3ba9752
commit
a1549acbaf
1 changed files with 0 additions and 1 deletions
|
|
@ -2741,7 +2741,6 @@ __elfN(stackgap)(struct image_params *imgp, u_long *stack_base)
|
|||
if (pct > 50)
|
||||
pct = 50;
|
||||
range = imgp->eff_stack_sz * pct / 100;
|
||||
range *= pct;
|
||||
arc4rand(&rbase, sizeof(rbase), 0);
|
||||
gap = rbase % range;
|
||||
gap &= ~(sizeof(u_long) - 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue