]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/colors: use static buffers when parse scheme
authorKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 11:23:47 +0000 (12:23 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 11:23:47 +0000 (12:23 +0100)
commit6508db29ded734ac4ff5e5e19486c143c9eb3d89
tree7b6ddec40cc89c33e45088d224cc7463c9bfa86a
parent90d5285d8c21897d3fc0caed4691c88f15d0131b
lib/colors: use static buffers when parse scheme

* use static buffers when parse scheme colors
* cleanup deallocation on error in sequence parser

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/colors.c