CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/24 08:05:23
Modified files:
lib/libutil : imsg-buffer.c
Log message:
Require callers to use ibuf_fd_get() to extract the passed fd from an ibuf.
In imsg_free() close any fd that was not claimed automatically to prevent
filedescriptor leaks. In ibuf_dequeue() remvoe code which is now part of
imsg_free().
OK tb@
