Quentin Monnet <quentin@xxxxxxxxxxxxx> wrote: > > + if (nf_link_count > (INT_MAX / sizeof(info))) { > > + fprintf(stderr, "link count %d\n", nf_link_count); > > The only nit I have is that we could use p_err() here, and have a more > descriptive message (letting user know that we've reached a limit). Drats, I'll replace this and will retain your RvB tag in v4, thanks.