From 2cc68fb98780e2fc98ee12342a98b18b1c737307 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:00:00 +0200 Subject: [PATCH] fix(trail,batt): GPX NUL in stream + battery curve top at 4170 mV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Trail.h gpxWaypoints/gpxPoint: snprintf truncation clamp was `> sizeof` (writing the NUL terminator into the XML stream); corrected to `>= sizeof - 1` at all 3 sites (,