Re: [hackers] [scc][PATCH] Fix NULL pointer dereference
> if ((sym = install(NS_IDEN, sym)) == NULL) {
> errorp("redefinition of parameter '%s'",
> - sym->name);
> + yylval.sym->name);
Upsss, good catch. I will apply it tomorrow. Thanks!
Regards,
Received on Tue Apr 12 2016 - 19:43:54 CEST
This archive was generated by hypermail 2.3.0
: Tue Apr 12 2016 - 19:48:15 CEST