Closed SJCaldwell closed 7 years ago
Lines: 61-62
for(i = 0; i < num_tokens; i++){ }
The following code appears to do nothing, but if I get rid of it there is a segfault.
It's not hurting development progress anyway, but something has to be done about it.
Turns out this only applies to the main function of jwt.c, which isn't relevant to for the pam shared library since main isn't included in it. I'll keep looking into it, but it's not a bug in the project.
Lines: 61-62
The following code appears to do nothing, but if I get rid of it there is a segfault.
It's not hurting development progress anyway, but something has to be done about it.