Frederico Emanuel

Results 2 issues of Frederico Emanuel

Hi, When using mcsema-lift, I get an segmentation fault. Docker image: https://hub.docker.com/layers/trailofbits/mcsema/llvm1100-ubuntu20.04-amd64/images/sha256-50e3e04fdcce8e83ea801542dcf7fdd902306674028a829ab0dcaa0161a07a72?context=explore File: test3.c ``` #include int get_sign(int x) { if (x == 0) return 0; if (x < 0)...

Hello When applying a Security Policy through CRD's, the following error is displayed on tyk-operator pod logs: ```json {"level":"info","ts":1630596023.564985,"logger":"controllers.SecurityPolicy","msg":"Reconciling SecurityPolicy instance","SecurityPolicy":"tyk/jwt-policy"} {"level":"info","ts":1630596023.5653167,"logger":"controllers.SecurityPolicy","msg":"updating access rights"} {"level":"info","ts":1630596023.5653343,"logger":"controllers.SecurityPolicy","msg":"Creating policy"} {"level":"error","ts":1630596023.5653653,"logger":"controllers.SecurityPolicy","msg":"Failed to create policy","error":"TODO:...

enhancement