linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ccli: Two small fixes for ccli
@ 2025-08-20 21:14 Ammar Faizi
  2025-08-20 21:14 ` [PATCH 1/2] ccli: cache: Fix -Wuninitialized warning Ammar Faizi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ammar Faizi @ 2025-08-20 21:14 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Ammar Faizi, Linux Trace Devel Mailing List,
	GNU/Weeb Mailing List, Alviro Iskandar Setiawan

Hi Steve,

Alviro and I found two small issues in the ccli code.

The first one is a warning about uninitialized variable in the cache
code. The second one is an optimization issue found when clang warns
about unused return value of strlen() calls.

Fix them.

Ammar Faizi (2):
  ccli: cache: Fix -Wuninitialized warning
  ccli: commands: Fix optimized `strlen()` calls

 src/cache.c      | 3 +--
 src/ccli-local.h | 1 +
 src/commands.c   | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)


base-commit: 418ad6a341a5ab6c21be666565d62a878aa3bd18
-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-21  0:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 21:14 [PATCH 0/2] ccli: Two small fixes for ccli Ammar Faizi
2025-08-20 21:14 ` [PATCH 1/2] ccli: cache: Fix -Wuninitialized warning Ammar Faizi
2025-08-20 21:14 ` [PATCH 2/2] ccli: commands: Fix optimized `strlen()` calls Ammar Faizi
2025-08-21  0:12 ` [PATCH 0/2] ccli: Two small fixes for ccli Steven Rostedt
2025-08-21  0:15   ` Ammar Faizi
2025-08-21  0:18     ` Steven Rostedt
2025-08-21  0:23       ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).