]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix string size issue with clang 3469/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 17:32:22 +0000 (12:32 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 17:32:22 +0000 (12:32 -0500)
commitf999f11e765c1bdf274cd52ef5c11cdb5eaa7474
tree74431849f9e643af33c628d8b99a814909f72c1c
parent27dcf6d9018a2a0868f844fefac2023397019ed7
lib: Fix string size issue with clang

Newer versions of clang are failing on xpath length
not being sufficiently sized to hold all possible data
that could be thrown at it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/northbound.c