On Mon, Jul 01, 2019 at 12:52:48PM +0200, Arturo Borrero Gonzalez wrote: > In the current setup, nft (the frontend object) is using the xzalloc() function > from libnftables, which does not makes sense, as this is typically an internal > helper function. > > In order to don't use this public libnftables symbol (a later patch just > removes it), let's use calloc() directly in the nft frontend. Applied, thanks Arturo.