From 9a7e8e36300c6d89c7f9a2539f7aabf8e0031106 Mon Sep 17 00:00:00 2001 From: Andy Getzendanner Date: Mon, 21 Nov 2022 21:17:53 -0800 Subject: Zero encoded_remaining when a string field doesn't fit, so that we don't leave partial data in the buffer (all decoders should ignore it anyway) and to be sure that we don't try to put any subsequent operands in either (there shouldn't be enough space). PiperOrigin-RevId: 490143656 Change-Id: I4d743dd9214013fbd151478ef662d50affd5ff7a --- absl/log/internal/test_actions.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/log/internal/test_actions.cc') diff --git a/absl/log/internal/test_actions.cc b/absl/log/internal/test_actions.cc index bb4af17f..bdfd6377 100644 --- a/absl/log/internal/test_actions.cc +++ b/absl/log/internal/test_actions.cc @@ -18,6 +18,7 @@ #include #include #include +#include #include "absl/base/attributes.h" #include "absl/base/config.h" -- cgit v1.2.3