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 observed symptom is that writes using write_some_at write to a constant and incorrect offset. Reversing the offset and state parameters in io_uring_descriptor_service.hpp fixes the symptom. I'm not confident that's the correct fix though and this same issue may be present in related code paths.
The text was updated successfully, but these errors were encountered:
In
io_uring_descriptor_service.hpp
we have:But in
descriptor_ops.ipp
we have:The observed symptom is that writes using
write_some_at
write to a constant and incorrect offset. Reversing theoffset
andstate
parameters inio_uring_descriptor_service.hpp
fixes the symptom. I'm not confident that's the correct fix though and this same issue may be present in related code paths.The text was updated successfully, but these errors were encountered: