[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877dyfn7bn.fsf@toke.dk>
Date: Thu, 16 Apr 2020 10:49:48 +0200
From: Toke Høiland-Jørgensen <toke@...hat.com>
To: Odin Ugedal <odin@...dal.com>, netdev@...r.kernel.org
Cc: Odin Ugedal <odin@...dal.com>
Subject: Re: [PATCH 3/3] q_cake: detect overflow in get_size
Odin Ugedal <odin@...dal.com> writes:
> This detects overflow during parsing of value:
>
> eg. running:
>
> $ tc qdisc add dev lo root cake memlimit 11gb
>
> currently gives a memlimit of "3072Mb", while with this patch it errors
> with 'illegal value for "memlimit": "11gb"', since memlinit is an
> unsigned integer.
>
> Signed-off-by: Odin Ugedal <odin@...dal.com>
> ---
> tc/tc_util.c | 5 +++++
This is not strictly a change to q_cake, so think you have to change the
subject prefix (e.g. to "tc_util: detect overflow in get_size"). You can
still say in the commit message that you found the issue while testing
the cake code, though.
With that change:
Acked-by: Toke Høiland-Jørgensen <toke@...hat.com>
Powered by blists - more mailing lists