Bug 510436

Summary: Don't warn about fcntl F_GETFD with --track-fds
Product: [Developer tools] valgrind Reporter: Mark Wielaard <mark>
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Mark Wielaard 2025-10-09 19:46:35 UTC
fcntl F_GETFD is used to look if a file descriptor number is valid, so --track-fds shouldn't produce an error when a "bad file descriptor" is used with F_GETFD.

See also https://sourceforge.net/p/valgrind/mailman/message/59229815/