Hi list, i was trying smatch at libX11. It was complaining about a construction what i found valid. The smatch version is recent (unfortunately the programm does not support --version). ~/src/libX11-1.6.2/src/xkb/XKBUse.c:657 XkbUseExtension() error: buffer overflow '("0")' 2 <= 2 the code in question (complain is about strcmp() ). if ((str = getenv("_XKB_LATIN1_LOOKUP")) != NULL) { if ((strcmp(str, "off") == 0) || (strcmp(str, "0") == 0)) bug or do i miss something ? re, wh -- To unsubscribe from this list: send the line "unsubscribe smatch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html