overflow errors

This commit is contained in:
2026-06-03 14:09:01 +02:00
parent 564292b03e
commit 23f7701eb9
12 changed files with 240 additions and 157 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
void abAppend(struct abuf *ab, const char *s, int len);
void abFree(const struct abuf *ab);
void abFree(struct abuf *ab);
#endif // APPEND_BUFFER_H_
+4
View File
@@ -13,6 +13,10 @@
#define TAB "\t"
#define SPACE "\x20"
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
/* Uncomment to see debug logs on stderr */
#define APP_DEBUG