diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-24 08:24:10 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-24 08:29:46 -0400 |
| commit | a3116965bb2332901c5645ef119087dbd148a95f (patch) | |
| tree | b6c88a146d95c6a3c034750a3e61caecc34a6681 /lib/northbound_grpc.cpp | |
| parent | 4550d5df00c64554fe21d490ec4cd7d0845111c2 (diff) | |
bgpd: rmap_type is 8 bit but we have 9 bits of flags
The newly added PEER_RMAP_TYPE_AGGREGATE flag is setup to
be the 9th bit:
But the flag we are putting it into:
uint8_t rmap_type;
is 8 bits. Adjust the size.
Found by Coverity SA Scan
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/northbound_grpc.cpp')
0 files changed, 0 insertions, 0 deletions
