[PATCH 3.19.y-ckt 113/128] tcp: fix potential huge kmalloc() calls in TCP_REPAIR

2015-12-16 Thread Kamal Mostafa
3.19.8-ckt12 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 5d4c9bfbabdb1d497f21afd81501e5c54b0c85d9 upstream. tcp_send_rcvq() is used for re-injecting data into tcp receive queue. Problems : - No check against size is

[PATCH 3.19.y-ckt 113/128] tcp: fix potential huge kmalloc() calls in TCP_REPAIR

2015-12-16 Thread Kamal Mostafa
3.19.8-ckt12 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 5d4c9bfbabdb1d497f21afd81501e5c54b0c85d9 upstream. tcp_send_rcvq() is used for re-injecting data into tcp receive queue. Problems : - No