Debian Package rebuild

Rebuild of the Debian archive with clang

"Security: Format string is not a string literal" build failure(s)
clang 3.8.1
Return to the list
The following code builds without any issue with gcc and fails with clang:
#include <stdio.h>

void foo(void) {
    char buffer[1024];
    sprintf(buffer, "%n", 2);
}
gcc -Werror -c foo.c
clang -Werror -c foo.c
Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
anjuta 2:3.20.0-1anjuta-status.c:215:30: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
brasero 3.12.1-2brasero-misc.c:115:11: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
cheese 3.20.2-2src/cheese-window.c:619:162: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
cinnamon-session 3.0.1-1csm-util.c:406:33: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
cpl-plugin-amber 4.3.4+dfsg-1amber_ascii_export.c:497:23: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
cpl-plugin-xshoo 2.8.0+dfsg-1xsh_model_io.c:691:35: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
cronutils 1.9-1runstat.c:79:31: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
dconf-editor 3.20.3-1dconf-window.vala:84:128: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
evince 3.20.1-1synctex_parser_utils.c:106:29: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
fcoe-utils 1.0.29+git20140505-1lib/sa_log.c:73:28: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
ghex 3.18.2-2ui.c:863:30: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gitg 0.2.7-3gitg-debug.c:66:27: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gmsh 2.13.2+dfsg1-1MeshOpt.cpp:165:34: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
gnome-chess 1:3.20.1-1gnome-chess.vala:130:131: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
gnome-online-accounts 3.20.3-1goakerberosidentity.c:344:39: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gnome-screensaver 3.6.1-7gs-listener-dbus.c:362:39: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gnome-sudoku 1:3.20.4-1gnome-sudoku.vala:303:133: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
gnome-tetravex 1:3.20.0-2gnome-tetravex.c:1165:134: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
grilo 0.3.1-1grl-log.c:298:31: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gtksourceview2 2.10.5-2test-widget.c:271:26: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
gtranslator 2.91.7-2gtr-viewer.c:154:27: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
hexchat-otr 0.2.1-2src/hexchat_otr.c:377:37: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
konclude 0.6.2~dfsg-3Source/Logger/CQtDebugPrintLogObserver.cpp:36:12: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
libbonoboui 2.24.5-3bonobo-ui-node.c:844:40: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
libgnomeui 2.24.5-3.1gnome-gconf-ui.c:187:50: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
lldpad 0.9.46-3.1lldp_dcbx_nl.c:808:17: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
lxml 3.6.4-1src/lxml/lxml.etree.c:181755:75: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
ostree 2016.7-1src/libotutil/ot-log-utils.c:159:27: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
rcs 5.9.4-3b-excwho.c:126:15: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
sound-juicer 3.20.0-1libjuicer/sj-metadata-musicbrainz5.c:561:32: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
swi-prolog 7.2.3+dfsg-1ker/goodies.c:992:30: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
tulip 4.8.0dfsg-2CoinMessageHandler.cpp:764:26: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] Log
vinagre 3.18.2-1vinagre/vinagre-bookmarks-ui.c:330:12: error: format string is not a string literal [-Werror,-Wformat-nonliteral] Log
33 errors
Return to the list