Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
kfilnd_tn_alloc(..., bool need_key)
...
if (need_key) {
rc = kfilnd_ep_get_key(ep);
..
err_put_key:
kfilnd_ep_put_key(ep, key); <<< this causes NULL pointer dereference if need_key is false