Paolo Bonzini 374ec0669a bt: fix use of uninitialized variable seqlen
sdp_svc_match, sdp_attr_match and sdp_svc_attr_match read the last
argument.  The only sensible way to change the code is to make that last
argument "len" instead of "seqlen" which is the length of a subsequence
in the previous "if" branch.

To make the structure of the code clearer, use "else" instead of
"else if".

Reported by Coverity.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-11-06 15:42:38 +03:00
..
2015-11-06 10:16:03 +01:00
2015-10-02 16:22:02 -03:00
2015-09-25 12:04:43 +02:00
2015-10-27 15:59:46 +00:00
2015-10-27 15:59:46 +00:00
2015-11-03 13:49:41 +00:00
2015-09-25 12:04:43 +02:00
2015-10-27 15:59:46 +00:00
2015-10-27 15:59:46 +00:00
2015-10-23 12:35:18 +11:00
2015-10-23 12:35:18 +11:00
2015-10-29 17:59:26 +00:00
2015-10-29 17:59:26 +00:00
2015-09-07 10:39:28 +01:00
2015-10-27 15:59:46 +00:00
2015-11-03 11:56:23 +01:00
2015-10-29 11:05:24 +02:00
2015-09-25 14:52:17 +02:00
2015-11-06 15:42:38 +03:00