Fix for CVE-2025-13151 Buffer overflow
Add a description of the new feature/bug fix. Reference any relevant bugs.
Checklist
- [ X ] Code modified for feature
- [ O ] Test suite updated with functionality tests
- [ O ] Test suite updated with negative tests
- [ X ] Documentation updated
Reviewer's checklist:
- There is a test suite reasonably covering new functionality or modifications
- Function naming, parameters, return values, types, etc., are consistent with other code
- This feature/change has adequate documentation added
- No obvious mistakes in the code