Anne Isabelle "Anya" Macedo

Results 26 comments of Anne Isabelle "Anya" Macedo

> Please test the new 👉 prelogin 👈 branch, which more slavishly emulates the official client's requests. It should print out the SAML redirect URL, assuming your /global-protect/prelogin.esp looks something...

> It'd be awesome to have you SAML users join forces and create one script that handles all the posisble use cases and outputs an openconnect --authen-style result It's probably...

We were able to mitigate this issue on our GKE cluster. While debugging, we saw that the Docker API was taking really long to respond. We got in contact with...

@Aisuko yes, we started noticing fewer `docker.sock broken pipe` errors. In our case, we had a combination of some containers logging as hell, constantly crashing, being OOMKilled, restarting and too...

@evverx newbie question: how do I make some code like the code from #390 to reproduce this bug?

Great, thanks @evverx . I was able to compile it and trigger the bug. It seems there's a null pointer dereference on `bpf_object__init_user_btf_map`, where it tries do dereference `var->name_off`. I...

@anakryiko I was wondering exactly where to put the checks. Do you have any previous discussions? I was planning on adding `bpf_object__validate_btf` before this line on `bpf_object_open` https://github.com/libbpf/libbpf/blob/10a32130e727719a69e1b2b10815af7c2e245be7/src/libbpf.c#L7206 On the...

@anakryiko thanks! I’m still interested in fixing it as I want this to be my first patch, but I’ve gotten some things in my plate and I’m moving slowly (I’m...

![Screenshot_deepin-terminal_20230604084703](https://github.com/tpm2-software/tpm2-tools/assets/7549205/282afed9-69f2-47a1-8df2-1fa573955fb2) `Tss2_MU_TPMS_ALGORITHM_DESCRIPTION_Marshal` seems to exist on `_libtpm2_pytss.abi3.so` :thinking: I've uninstalled `tpm2-pkcs11` and let only `python-tpm2-pytss 2.1.0-1` installed on Arch and it seems that the error continues showing up even on...

@whooo I did install mine from the [tpm2-tss](https://archlinux.org/packages/?name=tpm2-tss) package on Arch. I don't recall the version but I can check when I reinstall it.