K 10 svn:author V 3 pfg K 8 svn:date V 27 2017-05-07T01:28:52.979150Z K 7 svn:log V 294 MFC r317036: libjail: make allocation in jailparam_all() somewhat more robust. Unsign some variables involved in allocation as they will never be negative anyways. Provide some bounds checking through reallocarray(3). This is all very unlikely to have any visible effect. Reviewed by: jamie END