** tau_xml.c** - Incorrect reading of "user" part of source uri and destination uri.
Proposed solution - Correction as per diff attached (CopyUserURI.PNG).
summary: Miscellaneous Bug Fixes in tau_xml.c , posix/vos_shared_mem.c , vxworks/vos_thread.c --> Incorrect reading of "user" part of source uri and destination uri
Description has changed:
Diff:
--- old+++ new@@ -1,8 +1,2 @@-1. ** tau_xml.c** - Incorrect reading of "user" part of source uri and destination uri.+** tau_xml.c** - Incorrect reading of "user" part of source uri and destination uri.Proposed solution - Correction as per diff attached (CopyUserURI.PNG).
--2. **vos/posix/vos_shared_mem.c** - Shared memory name is not stored in VOS_SHRD_T handle while creating shared memory; but referenced while closing the shared memory!-Proposed Solution - To store the shared memory name while creating shared memory, as per attached diff (sharedMemoryName.PNG)--3. **vos/vxworks/vos_thread.c** - Error in vos_threadCreate() not handled properly.-Proposed Solution - Add an else block to handle the error, as per attached diff (vxWroksVos_thread.PNG)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Siddhi, please separate this ticket at least between tau_xxx and vos_xxx issues.
Diff:
This ticket number originally had 3 different issues.
New tickets created for 2 other issues.
#259 and #260
This ticket now addresses only tau_xml.c changes.
As per Commit r1881 , the changes have been made for destination uri but NOT for source uri.
Same modification also needs to be made at source uri level.