]> Git Repo - linux.git/commit
dns_resolver: Null-terminate the right string
authorBen Hutchings <[email protected]>
Sun, 20 Jul 2014 23:06:48 +0000 (00:06 +0100)
committerDavid S. Miller <[email protected]>
Mon, 21 Jul 2014 05:33:32 +0000 (22:33 -0700)
commit640d7efe4c08f06c4ae5d31b79bd8740e7f6790a
tree3ae54b5c26a02f8d4b2f9c2b0c3f0c4515e0f796
parent653bbf199db43722d52b521275f7cb220af94154
dns_resolver: Null-terminate the right string

*_result[len] is parsed as *(_result[len]) which is not at all what we
want to touch here.

Signed-off-by: Ben Hutchings <[email protected]>
Fixes: 84a7c0b1db1c ("dns_resolver: assure that dns_query() result is null-terminated")
Signed-off-by: David S. Miller <[email protected]>
net/dns_resolver/dns_query.c
This page took 0.052185 seconds and 4 git commands to generate.