../../../src/l2tpd_packet.c: In function ‘l2tp_rcvmsg_control’: ../../../src/l2tpd_packet.c:586:26: error: ‘router_id’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 586 | l2c->remote.router_id = router_id; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ../../../src/l2tpd_packet.c:577:25: note: ‘router_id’ was declared here 577 | uint32_t remote_ccid, router_id; | ^~~~~~~~~ ../../../src/l2tpd_packet.c:582:20: error: ‘remote_ccid’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 582 | l2c->remote.ccid = remote_ccid; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ Change-Id: I8d44ca64b2fc08184b40d16b90273c2a152ef00cchanges/98/18198/1
parent
19f433e2d5
commit
08bff6424e
Loading…
Reference in new issue