Fix memory corruption in parse_connection_string
- Fixed 'free(): invalid pointer' error when using service prefix format - Issue was caused by modifying the original allocated string and then trying to free a pointer to the middle of it - Added proper pointer tracking to ensure correct memory deallocation
Showing
No preview for this file type
Please
register
or
sign in
to comment