Vincent Thiberville

Results 5 comments of Vincent Thiberville

I kind of have the same issue, where I need a dynamic `Metadata` and `Event`. I ended up with the same kind of tricks as `tracing-log`, where I have a...

https://github.com/dtolnay/anyhow/pull/134 might be of use, it includes explanations for the change, as well as what appears to be a fix for this exact function: https://github.com/dtolnay/anyhow/pull/134/files#diff-97e25e2a0e41c578875856e97b659be2719a65227c104b992e3144efa000c35eL549

The expected behavior is to have the exact same behavior as without the Cython pass. Cython is usually used to improve performances, but it can also be used for obfuscation...

On which version of Alpine do you have this issue? This is very likely due to musl 1.2.4, a fix is in progress here: https://github.com/VirusTotal/yara/pull/2048