Comment 2 for bug 1023438

Revision history for this message
Stas Boukarev (stassats) wrote :

commit 9d17f7daef6d930a229ae6c0339c9eefc3dd71e6
Author: Nathan Froyd <email address hidden>
Date: Tue Sep 4 22:45:03 2012 -0400

    make SOCKET-RECEIVE work correctly when receiving overly-long UDP packets

    Only copy as much data as the provided buffer can hold. Continue to return
    the length provided from recvfrom as per documentation.