]> andersk Git - moira.git/commit
- Error out on overlong challenges as well as too short ones, and check
authorzacheiss <zacheiss>
Thu, 7 Sep 2006 18:21:48 +0000 (18:21 +0000)
committerzacheiss <zacheiss>
Thu, 7 Sep 2006 18:21:48 +0000 (18:21 +0000)
commitf12918130852b1ed00702e6380a48e16d44d8e1a
treed69ee13b2399633983e5f865d6c245ba331a3b8b
parentbb38293ff9c531d36352d3711d69b4798b4205d0
- Error out on overlong challenges as well as too short ones, and check
  the length before attempting to malloc() the buffer.

- Don't try to free the buffer we attempted to allocate if malloc()
  fails.

- Correctly handle the case of recv() failing with EINTR.

- Correctly handle recv() returning 0.
lib/mr_connect.c
This page took 0.0457 seconds and 5 git commands to generate.