Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: fixed format specifier in ngx_realloc().
The uintptr_t is an integer type, so the solution is to either update format specifier or cast the value to pointer. Attempt to cast results in compiler warning as described in comment regarding gcc 12 workaround.
- Loading branch information