mirror_frr/vtysh
Quentin Young 772270f3b6 *: sprintf -> snprintf
Replace sprintf with snprintf where straightforward to do so.

- sprintf's into local scope buffers of known size are replaced with the
  equivalent snprintf call
- snprintf's into local scope buffers of known size that use the buffer
  size expression now use sizeof(buffer)
- sprintf(buf + strlen(buf), ...) replaced with snprintf() into temp
  buffer followed by strlcat

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2020-04-20 19:14:33 -04:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
extract.pl.in vtysh: Fixup extract.pl to intentionally fail on error 2020-03-03 20:50:15 -05:00
Makefile build: non-recursive vtysh 2018-09-08 21:26:54 +02:00
subdir.am build: fix a whole bunch of *FLAGS 2019-01-30 19:13:51 +01:00
vtysh_config.c *: sprintf -> snprintf 2020-04-20 19:14:33 -04:00
vtysh_main.c *: Replace sizeof something to sizeof(something) 2020-03-08 21:44:53 +02:00
vtysh_user.c *: sprintf -> snprintf 2020-04-20 19:14:33 -04:00
vtysh_user.h *: reindent 2017-07-17 14:04:07 +02:00
vtysh.c Merge pull request #6135 from opensourcerouting/cli-node-cleanup 2020-04-16 19:24:56 -04:00
vtysh.conf.sample * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" -> 2005-01-23 19:24:46 +00:00
vtysh.h vtysh: add an alias for the nexthop-group config targets 2019-12-17 09:56:26 -05:00