![christos](/assets/img/avatar_default.png)
if ((xdrp->x_handy -= need) < 0) return FALSE; because by repeatedly calling this we can cause overflow, and then overwrite valid memory. Instead do: if (xdrp->x_handy < need) return FALSE; xdrp->x_handy -= need;
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%