Make sure length is reset on assignment
Otherwise the old length is preserved, which will result in NULL pointer dereferencing if the parameter is ever accessed.
Loading
Please register or sign in to comment
Otherwise the old length is preserved, which will result in NULL pointer dereferencing if the parameter is ever accessed.