Hello all,

Valgrind was complaining about some problems with memcpy and overlapping memory addresses in NSSocketPort.m. Looking a bit closer I think that all the memcpy's need to be replaced with memmove's in NSSocketPort.m and NSMessagePort.m since more than one event could be received at a time and the use of memcpy seems to suggest that that couldn't happen.

See what you think, and please apply.

Thanks,
Andrew Ruder

Attachment: portpatch.diff.gz
Description: GNU Zip compressed data

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to