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))) ``` |
||
|---|---|---|
| .. | ||
| commits | ||
| .gitignore | ||
| Makefile | ||
| test_protocol.c | ||
| test_state_coverage.c | ||