-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Converting FIXME into an issue:
osal/src/os/shared/src/osapi-select.c
Lines 88 to 101 in 5a8f0af
| int32 OS_SelectMultiple(OS_FdSet *ReadSet, OS_FdSet *WriteSet, int32 msecs) | |
| { | |
| int32 return_code; | |
| /* | |
| * FIXME: | |
| * This does not currently increment any refcounts. | |
| * That means a file/socket can be closed while actively inside a | |
| * OS_SelectMultiple() call in another thread. | |
| */ | |
| return_code = OS_SelectMultiple_Impl(ReadSet, WriteSet, msecs); | |
| return return_code; | |
| } /* end OS_SelectMultiple */ |
Describe the solution you'd like
Address/disposition as an issue.
Describe alternatives you've considered
None
Additional context
#327
Requester Info
Jacob Hageman - NASA/GSFC
Reactions are currently unavailable