mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
Initialize infd to STDIN_FILENO if the input file argument is missing.
Caught with gcc version: 7.4.0
devtools/create-gossipstore.c: In function ‘main’:
devtools/create-gossipstore.c:130:9: error: ‘infd’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
while (read_all(infd, &be_inlen, sizeof(be_inlen))) {
Suggested-by: @ZmnSCPxj <https://github.com/ElementsProject/lightning/pull/2674#issuecomment-495617253>
Signed-off-by: William Casarin <jb55@jb55.com>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bolt11-cli.c | ||
| create-gossipstore.c | ||
| decode-iolog | ||
| decodemsg.c | ||
| dump-gossipstore.c | ||
| gossipwith.c | ||
| Makefile | ||
| onion.c | ||
| print_wire.c | ||
| print_wire.h | ||