Guillaume Hetier

Results 58 comments of Guillaume Hetier

Thanks for reporting this. Our Rust wrappers are a work in progress we haven't had the opportunity to focus on much recently - but a PR is very welcome if...

I started a re-run for the test, it seems unrelated to this change. I'll look into it. I'll try to review the PR shortly.

We need to check if that is still the case + fix it if needed.

Thanks for filling this. It is unlikely we have time to work on this in the close future, if you want to open a PR, a contribution would be welcome!

Thanks for reporting this. Which version / commit of MsQuic have you been using to get this ASAN report? It'll be helpful to map the lines numbers.

@gaurav2699 I agree `i` should be signed here, with the loop written as it is (or offset by one so it stays positive). I think there is another instance of...

We have an internal work item reproducing the same issue: https://microsoft.visualstudio.com/OS/_workitems/edit/38211784/ Something is wrong with the path logic but we need logs to understand how we get there. The internal...

Assuming you have a build of MsQuic built with LTTNG enabled, please follow the instructions here to capture the trace: https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md#linux-1 And here to decode it: https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md#linux-2 Thanks!