VisorFolks / cyancore

A unified software platform for embedded system projects ...
https://visorfolks.co.in
Other
80 stars 20 forks source link

memcpy not returning the expected dest address - critical if abort happens #299

Closed ishnajain closed 3 months ago

ishnajain commented 3 months ago

Describe the bug memcpy is returning the destination address passed as an argument instead of the updated address to which byte is getting copied

Expected behavior Should return the address where the byte is getting copied to

Additional context Critical if abort happens

akashkollipara commented 3 months ago

Thanks for fix... Closing the issue. Changes are merged into development.