vlib: clib_panic if sysconf() can't determine page size on startup 29/37129/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 15 Sep 2022 11:56:50 +0000 (11:56 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Fri, 2 Dec 2022 13:49:11 +0000 (13:49 +0000)
commitea0b890cbfb4a1a1b767516c935395190b546911
tree3e14b678dd6adff21e143a63b05a098e4ab4c9f4
parent5163d5981068e49cb26616da6163136c9fafd969
vlib: clib_panic if sysconf() can't determine page size on startup

Account for the potential of sysconf() returning -1 if it can not
get the page size and make it a fatal error.

Coverity: 277313
Type: fix
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I8cae6a35ec2f745c37f1fe6557e5fa66720b4628
src/vppinfra/linux/mem.c