-
-
This feels like a PHP bug, so feel free to close as off-topic/won't fix. :smiley:
Basically, the stack trace - as returned from `debug_backtrace()` - is messed up when calling `call_user_func_arra…
-
### Question
I'm looking for a func_call gadget in my mips binary. Using **ropper** tool I've found this valid gadget:
```
move $a1, $s1
jalr $s3
move $a2, $s0
lw $ra, 0x48($sp)
lw $s1…
-
Finally time. We need functions that support tied operands and inlining control as today func.func has no good way to do it. We don't need shape/size-aware operands/results as IPO takes care of that i…
-
On a new Install with NGINX 1.18 and PHP 8.1.2 the search indexer stucked (always on the same page).
here is the error from the command line (`php bin/indexer.php`):
```
☠ TypeError: call_user_fu…
-
I have a usecase where I need to check if a Recover func is called in the defer statement in a go routine. I am currently doing this using this rule:
```
func checkGoStmtUsedInAnonymousFunc(m dsl.…
-
Hi! First of all - very handy piece of code, congrats!
As `call_user_func`-family functions as considered slow and indeed are 3 times slower than native call they should be avoided. All variable cont…
-
**Describe the problem**
pg_regress turned up some diffs like this:
```
++NOTICE: trigger_func() called: action = UPDATE, when = BEFORE, level = ROW
++NOTICE: trigger_func() called: action =…
-
## Description
After updating from 1.7.0 to 1.80, tests fail to run when `pytest-profiling` is installed (even if it's not used for a test run).
Here's the stack trace:
```
$ pytest soil_id
Tra…
-