mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-17 02:50:50 +09:00
link_info.str is a char array of size 60. Memory after the NULL byte is not initialized. Sending the whole object out can cause a leak. Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: David S. Miller <davem@davemloft.net>