Commit c802a7f
committed
Fix null check for duplicated string
When making a copy of a string, check the destination pointer of the
copy rather than the original.
Affected function: CheckPasswordUnix.1 parent 0a0341f commit c802a7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
0 commit comments