Я за какое-то время накопил своих фиксов и предлагаю их сюда одним коммитом.
-Begin file 0001-Squashed-commits-with-various-fixes.patch- From 5480c96b253b52d89800fcabaf32f6451e389ce4 Mon Sep 17 00:00:00 2001 From: Nil Alexandrov <nil.alexandrov@gmail.com> Date: Thu, 7 Mar 2024 06:57:59 +0300 Subject: [PATCH] Squashed commits with various fixes.
* Fixed a few memory leaks. * Fixed possible string overflows with sprint. * Fixed possible unterminated string after strncpy. * Fixed log messages, missed arguments, mismatches with type specifiers. * Fixed const correctness warnings. -+-