On Mon, 17 Sep 2012 11:49:30 +0100 Alan Cox <[email protected]> wrote:
> From: Alan Cox <[email protected]> > > oom_score_adj_write doesn't terminate the string as it should. Also fix > sched_autogroup_write and other copy/pastes of the bug. > > Signed-off-by: Alan Cox <[email protected]> > Cc: Horses <[email protected]> Ok ignore this one - its in fact safe having poked at it further - the memset ensures the buffer is terminated. Ugly but the existing code works fine 8) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

