https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276809
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] Status|New |Open --- Comment #1 from Mark Johnston <[email protected]> --- The problem is that your code is not calling jailparam_import() or jailparam_get() (with some JID specified in the parameters). In this case, there is no value to export, i.e., jd_value == NULL and we trigger a null pointer dereference. But, the library should probably check for this case and return an error instead of crashing. -- You are receiving this mail because: You are the assignee for the bug.
