CC libguac_terminal_la-typescript.lo
typescript.c: In function 'guac_terminal_typescript_alloc':
typescript.c:133:46: error: '%s' directive writing 6 bytes into a region of
size between 0 and 2047 [-Werror=format-overflow=]
sprintf(typescript->timing_filename, "%s.%s",
typescript->data_filename,
^~
typescript.c:133:5: note: 'sprintf' output between 8 and 2055 bytes into a
destination of size 2048
sprintf(typescript->timing_filename, "%s.%s",
typescript->data_filename,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GUAC_TERMINAL_TYPESCRIPT_TIMING_SUFFIX);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:567: recipe for target 'libguac_terminal_la-typescript.lo' failed
make[2]: *** [libguac_terminal_la-typescript.lo] Error 1
make[2]: Leaving directory '/srv/incubator-guacamole-server/src/terminal'
Makefile:493: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/srv/incubator-guacamole-server'
Makefile:425: recipe for target 'all' failed
make: *** [all] Error 2
--
Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/