On 12/2/06, Gerrit Renker <[EMAIL PROTECTED]> wrote:

[DCCP]: Add protection against invalid parameters to TFRC routines

+       BUG_ON(p >  1000000);           /* p must not exceed 100%   */
+       BUG_ON(p == 0);                 /* f(0) = 0, divide by zero */

I know I put the original BUG_ONs in but can we change this to a
DCCP_BUG or a WARN - just to prevent the possible issues depending on
bottom half context...

Ian
--
Web: http://wand.net.nz/~iam4
Blog: http://imcdnzl.blogspot.com
WAND Network Research Group
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to