socket: throw error when size is negative in read()/sysread()
Replace assert in socket:read() and add a check in socket:sysread() when the size is negative. Closes #3979
Please register or sign in to comment
Replace assert in socket:read() and add a check in socket:sysread() when the size is negative. Closes #3979