On Mon, Oct 15, 2018 at 12:32 PM, Christian Brauner
wrote:
> On Mon, Oct 15, 2018 at 9:27 PM Alexey Dobriyan wrote:
>>
>> > int kstrtoul_bounded(const char *s, unsigned int base,
>> > char **trailing, unsigned long long *res)
>>
>> NO! The whole point is not have million variants of slightly diff
On Mon, Oct 15, 2018 at 9:27 PM Alexey Dobriyan wrote:
>
> > int kstrtoul_bounded(const char *s, unsigned int base,
> > char **trailing, unsigned long long *res)
>
> NO! The whole point is not have million variants of slightly different
> integer parsing functions.
> Cap it in the sysctl -- noone
> int kstrtoul_bounded(const char *s, unsigned int base,
> char **trailing, unsigned long long *res)
NO! The whole point is not have million variants of slightly different
integer parsing functions.
Cap it in the sysctl -- noone would care.
3 matches
Mail list logo