]> git.puffer.fish Git - mirror/frr.git/commit
lib: Convert internal sequence number to int64_t 2139/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 29 Apr 2018 16:40:12 +0000 (12:40 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 29 Apr 2018 16:45:20 +0000 (12:45 -0400)
commit24512fbd1f9bf3f5dd89003607b1d802163b9f87
treed82f0df2a4d253719802c27e0acc283c2b701c18
parente11d84ad2754de06d58fd584d0d72a05150ec344
lib: Convert internal sequence number to int64_t

With the usage of a 32 bit number as a integer, but storing
non-signed values in it, we have cases where numbers greater
than 2 billion are being read in and stored and used before
lower value numbers, which of course is awful and mean.

Fixes: #2126
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/plist.c
lib/plist_int.h