Revision:

Revisions

# Date Author Comment
b0a46d91 12/13/2011 05:12 pm Georgios D. Tsoukalas

relax shared segment access precautions

The shared array of peer type names is by design
append only, therefore no locking or copying strings
is needed to access it (only pointer conversions).
Append-only means that peer type names cannot be unregistered....

e005b6d7 12/13/2011 04:51 pm Giannakos Filippos

fix invalid shared pointer access and wrong retval

also, lock and copy string from shared segment,
as a precaution.

3250dd2b 12/13/2011 04:33 pm Georgios D. Tsoukalas

relax redundant shared access precautions

Shared access to the shared array of peer type names
was designed to be safe without locking or copying
because the peer type name array is append only,
i.e. no peer type names can be unregistered.

Unregistering introduces many other problems...

b3f54e81 12/13/2011 04:25 pm Giannakos Filippos

fix invalid pointer access to shared segment.

Also, add locking and copying shared data, for safety.

6d486cc0 12/13/2011 11:47 am Georgios D. Tsoukalas

initialization from my own repository

« Previous 1 ... 44 45 46 (1126-1130/1130) | Per page: 25, 50, 100

Also available in: Atom