Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
*vps being set to NULL is valid #1778
Conversation
alandekok
added a commit
that referenced
this pull request
Oct 11, 2016
|
|
alandekok |
cbb0881
|
|
I've pushed an alternate fix. |
alandekok
closed this
Oct 11, 2016
alandekok
added a commit
that referenced
this pull request
Oct 11, 2016
|
|
alandekok |
80fdd62
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jrouzierinverse commentedOct 11, 2016
Receiving lots of
'SOFT ASSERT FAILED src/modules/rlm_perl/rlm_perl.c[703]: *vps' in the radius log.
However get_hv_content and do_perl set the value pair to NULL before pairadd_sv is called.
https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/src/modules/rlm_perl/rlm_perl.c#L741
https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/src/modules/rlm_perl/rlm_perl.c#L870