On Fri Nov 24 17:05:39 2023 +0000, Matteo Bruni wrote:
Does that work with clang? If not we could just skip this step and compare directly with `user_data->guids[i]` in `check_user_data()`.
I don't see what is special in this line WRT clang, how can it not work? But indeed, we can just compare with data->guids, this initialization is not necessary. I will resend.