Description: Unsafe name copying using strcpy() No input validation for name length Potential security vulnerability Tasks: Replace strcpy() with safer string handling Add input validation for student names Implement error handling for name input
Description:
Unsafe name copying using strcpy()
No input validation for name length
Potential security vulnerability
Tasks:
Replace strcpy() with safer string handling
Add input validation for student names
Implement error handling for name input