diff options
author | 2021-03-05 15:02:34 -0500 | |
---|---|---|
committer | 2021-04-25 16:28:23 -0500 | |
commit | 8d7672235533dbeab4a5373b49f1b4273cdc2c6a (patch) | |
tree | e86654fbc3d834f515bcc97d77f36ae7ba5649d4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | SMB3: update structures for new compression protocol definitions (diff) | |
download | wireguard-linux-8d7672235533dbeab4a5373b49f1b4273cdc2c6a.tar.xz wireguard-linux-8d7672235533dbeab4a5373b49f1b4273cdc2c6a.zip |
cifs: don't cargo-cult strndup()
strndup(s, strlen(s)) is a highly unidiomatic way to spell strdup(s);
it's *NOT* safer in any way, since strlen() is just as sensitive to
NUL-termination as strdup() is.
strndup() is for situations when you need a copy of a known-sized
substring, not a magic security juju to drive the bad spirits away.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions