[DCCP] ccid3: Check against too large p
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sun, 10 Dec 2006 01:59:14 +0000 (23:59 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 11 Dec 2006 22:34:39 +0000 (14:34 -0800)
commit45393a66a2c30fc8ed86e6c79a63a3cd5231c69f
tree628feedd3d6d1fbdb1728d57e4bb62e1fc61e5c4
parent5fce9a2da8a3b4ed088d9c0ac7c938a638044fdb
[DCCP] ccid3: Check against too large p

This patch follows a suggestion by Ian McDonald and ensures that in
the current code the value of p can not exceed 100%.  Such a value is
illegal and would consequently cause a bug condition in tfrc_calc_x().

The receiver case is also tested, and a warning message is added.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/ccids/ccid3.c