[M3commit] CVS Update: cm3

Jay K jay.krell at cornell.edu
Sat Jun 26 15:18:15 CEST 2010


Index: src/POSIX/UDPPosix.m3
===================================================================
RCS file: /usr/cvs/cm3/m3-comm/udp/src/POSIX/UDPPosix.m3,v
retrieving revision 1.3
diff -u -r1.3 UDPPosix.m3
--- src/POSIX/UDPPosix.m3    14 Apr 2003 20:18:44 -0000    1.3
+++ src/POSIX/UDPPosix.m3    26 Jun 2010 13:17:16 -0000
@@ -122,7 +122,7 @@
     waitRes: SchedulerPosix.WaitResult;
     numRead: INTEGER;
     sockaddr: Uin.struct_sockaddr_in;
-    saSize: Ctypes.int;
+    saSize: Usocket.socklen_t;
   BEGIN
     <* ASSERT self.open *>
     waitRes := SchedulerPosix.IOAlertWait(self.fileno, TRUE, timeout);

----------------------------------------
> Date: Sat, 26 Jun 2010 15:17:53 +0000
> To: m3commit at elegosoft.com
> From: jkrell at elego.de
> Subject: [M3commit] CVS Update: cm3
>
> CVSROOT: /usr/cvs
> Changes by: jkrell at birch. 10/06/26 15:17:53
>
> Modified files:
> cm3/m3-comm/udp/src/POSIX/: UDPPosix.m3
>
> Log message:
> int to socklen_t so it works with -new_adr and doesn't corrupt memory on 64bit
>
 		 	   		  


More information about the M3commit mailing list