Closed mentatbot[bot] closed 4 months ago
Resolved a segmentation fault caused by buffer overflow. Increased the size of the 'name' buffer from 8 to 128 characters and used sizeof to ensure the correct buffer size is passed to fgets.
Closes #18
Resolved a segmentation fault caused by buffer overflow. Increased the size of the 'name' buffer from 8 to 128 characters and used sizeof to ensure the correct buffer size is passed to fgets.
Closes #18