diff options
author | Simon Derr <simon.derr@bull.net> | 2014-03-11 09:14:15 (GMT) |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2014-03-25 21:38:19 (GMT) |
commit | 8a5daf1e2c199746767d94b4036638ba11d528b3 (patch) | |
tree | b83a433f7d4662f807dc74677e68a70186542b38 /lib/string_helpers.c | |
parent | 263c582888d3cd2a5c8e32225140723ec31f1709 (diff) | |
download | linux-8a5daf1e2c199746767d94b4036638ba11d528b3.tar.xz |
9pnet_rdma: check token type before int conversion
When parsing options, make sure we have found a proper token before
doing a numeric conversion.
Without this check, the current code will end up following random
pointers that just happened to be on the stack when this function was
called, because match_token() will not touch the 'args' list unless a
valid token is found.
Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions