You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SRTO_STREAMID is not yet set on a socket, hence it is provided via the streamid argument. However no notion of length is provided, meaning there is no safe way to properly handle StreamID values with NUL characters.
See related issue #2284 for get/set socket option.
Rework the function prototype to provide the length of the streamID sequence of chars.
The listen callback function (
srt_listen_callback_fn
) expects the following prototype:The
SRTO_STREAMID
is not yet set on a socket, hence it is provided via thestreamid
argument. However no notion of length is provided, meaning there is no safe way to properly handle StreamID values with NUL characters.See related issue #2284 for get/set socket option.
Rework the function prototype to provide the length of the streamID sequence of chars.
Note other related FRs:
The text was updated successfully, but these errors were encountered: