Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add corner case for Offset(0, _, _) nodes
Handle Offset nodes with a base pointer of 0 where the offset is non-zero, potentially resulting in a brand new pointer. One such case occurs in mod_cgi from lighttpd: const uintptr_t baseptr = (uintptr_t)env->b->ptr; for (i = 0; i < env->oused; ++i) envp[i] += baseptr;
- Loading branch information