diff options
author | Wim Van Sebroeck <[email protected]> | 2008-10-15 08:53:06 +0000 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2008-10-15 08:53:06 +0000 |
commit | 7c2500f17d65092d93345f3996cf82ebca17e9ff (patch) | |
tree | 5d019244cf993839af05ea08cd0713ec1d1b390a /net/lapb/lapb_iface.c | |
parent | 278429cff8809958d25415ba0ed32b59866ab1a8 (diff) |
[WATCHDOG] ib700wdt.c - fix buffer_underflow bug
This fixes Bug 11399:
if ibwdt_set_heartbeat(int t) is called with value 30 then
the check "if ((t < 0) || (t > 30))" in ibwdt_set_heartbeat
is not going to fail because t == 30, but in the loop, the
check wd_times[i] > t is never going to be true because
none of the wd_times are greater than the value of t (i.e. 30).
So we are exiting the loop with i == -1 and therefore setting
wd_margin to -1 which is wrong.
Reported-by: Zvonimir Rakamaric <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions