6 | | - a number of bugs in and related to pam_[gs]et_item(3) |
7 | | - off-by-one bug in pam_start.c would trim last character off certain |
8 | | configuration lines |
9 | | - incorrect ordering of an array in openpam_load.c would cause service |
10 | | module functions to get mixed up |
11 | | - missing 'continue' in openpam_dispatch.c caused successes to be |
12 | | counted as failures |
| 6 | - a number of bugs in and related to `pam_[gs]et_item(3)` |
| 7 | - off-by-one bug in `pam_start.c` would trim last character off certain configuration lines |
| 8 | - incorrect ordering of an array in `openpam_load.c` would cause service module functions to get mixed up |
| 9 | - missing `continue` in `openpam_dispatch.c` caused successes to be counted as failures |