Closed Gautham-coder closed 7 months ago
The original pointer used for malloc() was getting corrupted while data write was happening, now we use a copy/temporary pointer. Thereby safeguarding the original pointer and avoiding the wrong free(), which was causing the abend.
This PR addresses Issue: https://github.com/zowe/zss/issues/693
Please delete options that are not relevant.
You can create a script to upload chunks of data continuously using the PUT method.
Proposed changes
The original pointer used for malloc() was getting corrupted while data write was happening, now we use a copy/temporary pointer. Thereby safeguarding the original pointer and avoiding the wrong free(), which was causing the abend.
This PR addresses Issue: https://github.com/zowe/zss/issues/693
Type of change
Please delete options that are not relevant.
PR Checklist
Please delete options that are not relevant.
Testing
You can create a script to upload chunks of data continuously using the PUT method.