> > 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, > > ^~ > > In file included from /usr/include/stdio.h:862:0, > > from typescript.c:28: > > /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: > ‘__builtin___sprintf_chk’ output between 8 and 2055 bytes into a > destination of size 2048 >
This should be fixed in 1.0.0 when it is released - see the following JIRA issue: https://issues.apache.org/jira/browse/GUACAMOLE-500 -Nick
