]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix pointer arithmetic warning
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 19 Apr 2015 12:54:03 +0000 (14:54 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 16:54:12 +0000 (12:54 -0400)
commit21b4520d47788d98126da05e628abdbf6fa807af
tree1b1f6408dc7e05ee70d9879ca10c6920dc96d669
parent724d87f16a5c44471ea2eed549477b9c8b0d869f
ospf6d: fix pointer arithmetic warning

caddr_t was signed; this buffer size comparison is better done in
unsigned.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 3cf4053a9e832408fad33a8246ecbd189f23a956)