Decode fd_set into array of file descriptors

shankarapailoor shankarapailoor at gmail.com
Thu Dec 20 04:41:39 UTC 2018


Hi!

I was looking at the decoding of select system call and I noticed that
fd_set  is decoded as [fd1 fd2 fd3 ..]. Is it ok to change this to be
an array of file descriptors?  Attached is a patch which changes this
to be an array of file descriptors like [fd1, fd2, fd3, ...]. Let me
know what you think.

Regards,
Shankara Pailoor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v1-0001-desc.c-decode-fd_set-into-an-array-of-file-descri.patch
Type: text/x-patch
Size: 7547 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20181219/346279d7/attachment.bin>


More information about the Strace-devel mailing list