• Kazuto Miyoshi's avatar
    [PATCH] fix for /proc operation: · d0f3b7fd
    Kazuto Miyoshi authored
      I found that 'max' pointer is not updated in proc_dointvec_minmax()
      and proc_doulongvec_minmax(), when I write smaller values than min to
      /proc/sys entry (and val<*min++ check becomes true.)
      This may lead to min/max checking of values with bogus maximum.
    d0f3b7fd
sysctl.c 36.3 KB