Hey, dude-

> This breaks how name_to_kbfunc is currently being used;
> 
>    for (iter = 0; iter < nitems(name_to_kbfunc); iter++) {
>       if (strcmp(name_to_kbfunc[iter]->tag, ...
> 
> I think you can see where this goes wrong with your patch
> applied (hint: passing NULL to strcmp is not advised ;-) ).

D'oh!  Good catch.  An updated diff with a fix for this bug is
coming right up...

Sorry about that! :(

Best,
Kent

Reply via email to