]> mj.ucw.cz Git - libucw.git/commit
bopen_safe() in conf2 was leaking file descriptors. I've replaced it
authorMartin Mares <mj@ucw.cz>
Mon, 24 Apr 2006 21:49:55 +0000 (23:49 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 24 Apr 2006 21:49:55 +0000 (23:49 +0200)
commit4f3517ad5229aa39d1bbe403577328813800f8d2
tree69fa15ee8ce173e4e63f39b2ddd17930c524e2a7
parent6662981d299de1accd17662e178ef7e902335f4b
bopen_safe() in conf2 was leaking file descriptors. I've replaced it
by a new bopen_try() in the fastbuf library and also cleaned up error
messages on unsuccessful file opens.
lib/conf2.c
lib/fastbuf.h
lib/fb-file.c