https://bz.apache.org/bugzilla/show_bug.cgi?id=63767
--- Comment #9 from Christopher Schultz <[email protected]> --- (In reply to Mark Thomas from comment #6) > Found it. A good demonstration of my lack of C coding skills. I failed to > initialise a variable so it was non-NULL when I expected it to be NULL This should be caught by the compiler, even if it's a non-fatal compiler error. Can you confirm that the compiler didn't complain about it? Perhaps there are more compiler flags we can add to the build in order to convert a non-fatal error into a fatal one. -- 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]
