Re: random.c patch

2000-12-17 Thread Sandy Harris
Karel Kulhavy wrote: > > There are several places where the rotation yields garbage according to ANSI > C definition when called with 0 bit position argument. > > diff -Pur linux_reference/drivers/char/random.c linux/drivers/char/random.c > --- linux_reference/drivers/char/random.c Wed Jul

random.c patch

2000-12-17 Thread Karel Kulhavy
There are several places where the rotation yields garbage according to ANSI C definition when called with 0 bit position argument. diff -Pur linux_reference/drivers/char/random.c linux/drivers/char/random.c --- linux_reference/drivers/char/random.c Wed Jul 19 00:58:13 2000 +++ linux/driver