On Wed, Jul 19, 2017 at 3:20 PM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > This patch fixes a reproducible crash and have been ignored > since it has been posted two weeks ago. > Is there any reasons why? Because you are away? We are discussing the different approach of the first patch and all the sudden you stop response to email. Those small patch are trivial to review. Just a ping would be good enough. BTW, the check should happen before the allocation. Otherwise there is memory leak. Chris pseudo_t phi = __alloc_pseudo(0); static int nr = 0; + if (!source) + return VOID; + -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html