From ae4c2099351a6ea5774428a0884ace32595b341c Mon Sep 17 00:00:00 2001 From: Rao, Lei Date: Mon, 1 Nov 2021 15:56:59 +0800 Subject: Some minor optimizations for COLO Signed-off-by: Lei Rao Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela Signed-off-by: Juan Quintela --- net/colo-compare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/colo-compare.c b/net/colo-compare.c index b100e7b51f..4a64a5d386 100644 --- a/net/colo-compare.c +++ b/net/colo-compare.c @@ -170,7 +170,7 @@ static bool packet_matches_str(const char *str, return false; } - return !memcmp(str, buf, strlen(str)); + return !memcmp(str, buf, packet_len); } static void notify_remote_frame(CompareState *s) -- cgit v1.2.3-55-g7522