Currently, process fibnum is not changed in jail_attach(2) and is inherited by the other processes afterwards.
If jail has its own VNET and number of fibs in this VNET is less than in the host system, it can lead to a panic.
This diff checks if the process fibnum is still valid in the new VNET and returns error if that's not true.