On 02/04/12 13:29 +0200, Jan Pokorný wrote: > What's worse, the caller could then access uninitialized memory > through this pointer (e.g., print_resource_rule).
As Ryan noted, this is not true, as the pointer was always set to NULL. So the patch only eliminates hidden NOOP. -- Jan