commit | 8c6b6c793ed32b8f9770ebcdf1ba99af423c303b | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat Sep 05 10:03:26 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Sep 05 10:39:41 2020 -0400 |
tree | e9307298f27c8cc19208dd79641dbeb590fdc002 | |
parent | 644c9f40cf71969f29add32f32349e71d4995c0b [diff] |
SUNRPC: stop printk reading past end of string Since p points at raw xdr data, there's no guarantee that it's NULL terminated, so we should give a length. And probably escape any special characters too. Reported-by: Zhi Li <yieli@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>