[ATM]: Check IP header validity in mpc_send_packet

2008-01-09 Thread Herbert Xu
Hi Dave: [ATM]: Check IP header validity in mpc_send_packet Al went through the ip_fast_csum callers and found this piece of code that did not validate the IP header. While root crashing the machine by sending bogus packets through raw or AF_PACKET sockets isn't that serious, it is still nice

Re: [ATM]: Check IP header validity in mpc_send_packet

2008-01-09 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Wed, 9 Jan 2008 21:27:45 +1100 [ATM]: Check IP header validity in mpc_send_packet Al went through the ip_fast_csum callers and found this piece of code that did not validate the IP header. While root crashing the machine by sending bogus packets