commit | 2e85d67690cf3ea3f074a6e872f675226883fe7f | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Thu Mar 07 17:19:32 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 08 00:35:44 2013 -0500 |
tree | 12412103c1a5bfde782c1692231bd40844267c73 | |
parent | d9169323308a63fdd967920b9c63a00394ae7c85 [diff] |
net/rds: zero last byte for strncpy for NUL terminated string, need be always sure '\0' in the end. additional info: strncpy will pads with zeroes to the end of the given buffer. should initialise every bit of memory that is going to be copied to userland Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>