]> www.infradead.org Git - users/mchehab/edactool.git/commit
kbuffer-parse: print error if kbuffer_alloc fails
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 26 Feb 2013 14:30:50 +0000 (11:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 26 Feb 2013 14:30:50 +0000 (11:30 -0300)
commitf3ecce68bd2b2a8dc83d78eb57fe918cc88c2be1
tree7d63cc1ce622dc40655d557132f7bf1fcea1e77a
parenteb18ed48ae503f6c442f74964a9f52abef34065e
kbuffer-parse: print error if kbuffer_alloc fails

if one of the size/endian verification tests fail, kbuffer_alloc fails,
but errno is not set. Add a print for those situations.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
kbuffer-parse.c