[EXT_EP-11678] Accessing object descriptor of image on unsuccesful creation of image. Created: 18/Mar/24 Updated: 18/Mar/24 Resolved: 18/Mar/24 |
|
Status: | Fixed |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | OpenVX Framework |
Internal ID: | TIOVX-1450 |
Found In Release: | TIOVX_09.01.00 |
Fix In Release: | TIOVX_09.02.00 |
Affected Platform/Device: | j784s4-evm |
Description |
tatic vx_status ownCopyAndMapCheckParams( /* bad parameters */ if(status== (vx_status)VX_SUCCESS) } obj_desc= (tivx_obj_desc_image_t)image->base.obj_desc; // Can cause error if placed here on invalid image.Moved inside below if statement* |