fix: replace unsafe fixed-size buffers with dynamic formatting helpers; add util format helpers; centralize log_on_line cleanup

This commit is contained in:
2026-04-26 22:39:55 +02:00
parent 70998643fb
commit 05dfb3725b
9 changed files with 156 additions and 45 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#ifndef LOCATION_H
#define LOCATION_H
#include "string.h"
#include "str.h"
#include <stddef.h>
@@ -25,4 +25,4 @@ typedef struct {
int column_end;
} Location;
#endif
#endif