mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
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))) ```