Patch-ID# 100412-01 Keywords: binding to same port Synopsis: SunOS 4.1;4.1.1: applications bind to same port if IP address supplied Date: 23/Oct/91 SunOS release: 4.1 4.1.1 Topic: binding to same port BugID's fixed with this patch: Architectures for which this patch is available: sun4 sun4c sun3 sun3x Problem description: When binding to address of the system picks the next available port between 1024-5000 then wraps around. However the address pair is treated as different from so the bind will give you the same port as another application. Fix description: The fix includes patched version of: in_pcb.o Install instructions: As root install the appopriate sun4, sun4c, sun3 or sun3x patches as follows: mv /sys/`arch -k`/OBJ/in_pcb.o /sys/`arch -k`/OBJ/in_pcb.o.FCS cp `arch -k`/in_pcb.o /sys/`arch -k`/OBJ/in_pcb.o chmod 444 /sys/`arch -k`/OBJ/in_pcb.o Then a new kernel will need to be made