https://bz.apache.org/bugzilla/show_bug.cgi?id=33207
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #3 from Joe Orton <[email protected]> --- Where is the dependency on sizeof(int) exactly, and what's the logging problem after execve failure? I am not sure that setting environ[x] to an unwritable string literal is actually safe (environ is declared as char **), I changed it to a simpler strdup in r1846253. I don't see a variable "prog" in the current code. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
