libosmocore/src/vty
Jacob Erlbeck ae15a2cac1 vty: Fix misusage of snprintf in vty/utils.c
Compiled with ubuntu 1204 (precise), where -Wformat-security is enabled by
-Wall.

Test yields ok, but the current implementation doesn't properly support
multi-character separators and end strings. So the test output is truncated.

Addresses:
utils.c: In function 'vty_cmd_string_from_valstr':
utils.c:84:2: warning: format not a string literal and no format arguments [-Wformat-security]
utils.c:84:2: warning: format not a string literal and no format arguments [-Wformat-security]
utils.c:108:2: warning: format not a string literal and no format arguments [-Wformat-security]
utils.c:108:2: warning: format not a string literal and no format arguments [-Wformat-security]
2013-08-06 14:56:30 +02:00
..
Makefile.am cygwin: Link many libraries with -no-undefined to create a dll 2013-03-03 10:10:07 +01:00
buffer.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
command.c vty: Attempt to fix various meam leaks in the VTY lookup code 2013-07-03 10:00:06 +02:00
logging_vty.c vty: Fix logically dead code in the description handling 2013-07-14 09:14:37 +02:00
telnet_interface.c VTY: safe version of printing VTY welcome message 2012-06-03 12:44:38 +02:00
utils.c vty: Fix misusage of snprintf in vty/utils.c 2013-08-06 14:56:30 +02:00
vector.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
vty.c vty: Address compiler warning about the const qualifier 2012-09-11 10:40:07 +02:00