1
0
Fork 0
alistair23-linux/drivers/net/slip
Ben Hutchings 4ab42d78e3 ppp, slip: Validate VJ compression slot parameters completely
Currently slhc_init() treats out-of-range values of rslots and tslots
as equivalent to 0, except that if tslots is too large it will
dereference a null pointer (CVE-2015-7799).

Add a range-check at the top of the function and make it return an
ERR_PTR() on error instead of NULL.  Change the callers accordingly.

Compile-tested only.

Reported-by: 郭永刚 <guoyonggang@360.cn>
References: http://article.gmane.org/gmane.comp.security.oss.general/17908
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-02 16:25:00 -05:00
..
Kconfig
Makefile
slhc.c ppp, slip: Validate VJ compression slot parameters completely 2015-11-02 16:25:00 -05:00
slip.c ppp, slip: Validate VJ compression slot parameters completely 2015-11-02 16:25:00 -05:00
slip.h slip: Fix deadlock in write_wakeup 2014-06-16 21:29:12 -07:00