Skip to content
Commit ef5305f1 authored by Dominique Martinet's avatar Dominique Martinet
Browse files

9p: p9dirent_read: check network-provided name length

strcpy to dirent->d_name could overflow the buffer, use strscpy to check
the provided string length and error out if the size was too big.

While we are here, make the function return an error when the pdu
parsing failed, instead of returning the pdu offset as if it had been a
success...

Link: http://lkml.kernel.org/r/1536339057-21974-4-git-send-email-asmadeus@codewreck.org


Addresses-Coverity-ID: 139133 ("Copy into fixed size buffer")
Signed-off-by: default avatarDominique Martinet <dominique.martinet@cea.fr>
parent 473c7dd1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment