public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/31248] New: debuginfod_find_* may return fd with file-offset at end
@ 2024-01-16  1:39 fche at redhat dot com
  2024-01-16 12:47 ` [Bug debuginfod/31248] " mark at klomp dot org
  2024-01-16 21:47 ` fche at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: fche at redhat dot com @ 2024-01-16  1:39 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=31248

            Bug ID: 31248
           Summary: debuginfod_find_* may return fd with file-offset at
                    end
           Product: elfutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: fche at redhat dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

During the srcfiles test case diagnosis, studying the reason for occasional
0-length files, found something funky about the debuginfod_find_FOO api.

It appears possible for first-time-downloaded files to result in FDs that were
freshly written into by curl, with the file offset positioned right at the end.
 We should lseek(2) to the front.  Clients would expect to be able to read it,
as opposed to an insta-EOF.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-16 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-16  1:39 [Bug debuginfod/31248] New: debuginfod_find_* may return fd with file-offset at end fche at redhat dot com
2024-01-16 12:47 ` [Bug debuginfod/31248] " mark at klomp dot org
2024-01-16 21:47 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).