coding-agent-contributor / simple-hello

MIT License
0 stars 0 forks source link

Fix segmentation fault when name is longer than 16 characters #13

Closed mentatbot[bot] closed 2 months ago

mentatbot[bot] commented 2 months ago

Resolved the issue causing a segmentation fault when inputting names longer than 16 characters by increasing the buffer size from 8 to 128 characters. This prevents stack smashing and ensures the program handles longer names gracefully.

Closes #11