|
From: Rusty R. <ru...@ru...> - 2011-05-30 01:36:32
|
On Thu, 26 May 2011 19:38:04 -0400, Satoru Moriya <sat...@hd...> wrote: > In STANDARD_PARAM_DEF, param_set_* handles the case in which strtolfn > returns -EINVAL but it may return -ERANGE. If it returns -ERANGE, > param_set_* may set uninitialized value to the paramerter. We should handle > both cases. > > The one of the cases in which strtolfn() returns -ERANGE is following: > > *Type of module parameter is long > *Set the parameter more than LONG_MAX > > Signed-off-by: Satoru Moriya <sat...@hd...> Thanks, applied. Cheers, Rusty. |