]> git.ipfire.org Git - thirdparty/lldpd.git/commit
coverity: handle case where we didn't get enough place in getopt string
authorVincent Bernat <bernat@luffy.cx>
Fri, 22 Nov 2013 22:24:42 +0000 (23:24 +0100)
committerVincent Bernat <bernat@luffy.cx>
Fri, 22 Nov 2013 22:24:42 +0000 (23:24 +0100)
commit3332985ad59887d5b26c4493a53fd607996bf55a
tree73c1be7ca654230eee02fceac826f4e9eef27d00
parentddd75166dd41ea2f5643155bc8f8060472b50f09
coverity: handle case where we didn't get enough place in getopt string

While not currently possible, it may become possible in the future to
forget to allocate enough place in getopt specification string to add
protocols.
src/daemon/lldpd.c