~kris/suckless

slock

ref: d8bec0f6fdc8a246d78cb488a0068954b46fcb29 slock/config.def.h -rw-r--r-- 239 bytes
d8bec0f6 — Markus Teich fix CVE-2016-6866 10 years ago
                                                                                
1
2
3
4
5
6
7
8
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* wrong password */
};

/* treat a cleared input like a wrong password */
static const int failonclear = 1;