Make buffer sizes dynamic in config.c #10

Closed
opened 2024-11-07 12:31:49 +00:00 by stephenseo · 0 comments
Owner

The current implementation errors out if the config file exceeds the predetermined buffer size. Better to query the size of the file to set up a dynamically-sized (heap-allocated) buffer.

The current implementation errors out if the config file exceeds the predetermined buffer size. Better to query the size of the file to set up a dynamically-sized (heap-allocated) buffer.
stephenseo added the
enhancement
label 2024-11-07 12:31:49 +00:00
stephenseo self-assigned this 2024-11-07 12:31:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/c_simple_http#10
No description provided.