https://sourceware.org/bugzilla/show_bug.cgi?id=29696
Ryan Goldberg <rgoldber at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at sourceware dot org |rgoldber at redhat dot com CC| |rgoldber at redhat dot com --- Comment #1 from Ryan Goldberg <rgoldber at redhat dot com> --- Created attachment 14933 --> https://sourceware.org/bugzilla/attachment.cgi?id=14933&action=edit Patch for 29696 The debuginfod cache config was using fdopen and then calling both fclose on the file stream & close on the original file descriptor. Since the fd is not dup'ed, this led to a race condition where if that fd was reused (by microhttpd) we'd end up prematurely closing their socket leading to the above issue. -- You are receiving this mail because: You are on the CC list for the bug.