Commits
Murali Karicheri committed 7974f6919b7
net: socket: fix uninitialized redinfo issue causing kernel bug. The redinfo struct in sockc is not initialized causing kernel bug. This patch initialize the struct before use. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>