fix: prevent infinite loop in session renewal by skipping block on break/continue/return

This commit is contained in:
2025-11-23 12:53:36 +00:00
parent 67c15f026d
commit 03bca46d88
17 changed files with 708 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra -O2 -Isrc
LDFLAGS = -lm
LDFLAGS = -lm -lpthread
SRC_DIR = src
TEST_DIR = tests