rgb-cln/test
practicalswift e8c94c2e29 Check return value of read_all(...) call
All other users of read_all(...) check the return value:

```
hsmd/hsm.c:    if (!read_all(fd, &secretstuff.hsm_secret, sizeof(secretstuff.hsm_secret)))
test/test_protocol.c:    if (!read_all(fd, p, len))
wire/wire_sync.c:    if (!read_all(fd, &len, sizeof(len)))
wire/wire_sync.c:    if (!read_all(fd, msg, wirelen_to_cpu(len)))
```
2018-01-10 04:03:58 +00:00
..
commits test_protocol: restart support. 2016-08-18 14:23:45 +09:30
.gitignore test/onion_key: helper to generate deterministic key pairs. 2015-10-06 12:03:09 +10:30
Makefile Makefiles: simplify dependencies. 2017-08-29 17:54:14 +02:00
test_protocol.c Check return value of read_all(...) call 2018-01-10 04:03:58 +00:00
test_state_coverage.c Remove trailing whitespace from source. 2016-11-11 09:32:04 +10:30