<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>Hello there,<br><br>I just tried to compile lv2core-4.0 with compiler flag<br>-D_FORTIFY_SOURCE=2. <br><br>The compiler said<br><br>In function 'snprintf',<br>    inlined from 'write_text' at ../serd-0.1.0.c:2386:12:<br>/usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer [enabled by default]<br><br>The source code is<br><br>           snprintf(escape, 11, "\\U%08X", c);<br><br>Suggest new code<br><br>           snprintf(escape, 10, "\\U%08X", c);<br><br>Regards<br><br>David Binderman<br><br><br>
<br>
<br>                                        </div></body>
</html>