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 implementation of the wrapper of IStream::Seek doesn't check whether plibNewPosition is NULL before writing to it, even though the docs state that NULL is indeed a valid value for that parameter.
The challenge is that this parameter is a trailing optional parameter and many such parameters are incorrectly marked as optional in metadata. Anyway, I've got a fix for this issue and hopefully the metadata will be improved shortly.
The implementation of the wrapper of
IStream::Seek
doesn't check whetherplibNewPosition
isNULL
before writing to it, even though the docs state thatNULL
is indeed a valid value for that parameter.windows-rs/crates/libs/windows/src/Windows/Win32/System/Com/impl.rs
Line 3804 in 4726348
The text was updated successfully, but these errors were encountered: