[MXS-582] crypt is not thread safe Created: 2016-02-12 Updated: 2016-02-16 Resolved: 2016-02-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxadmin |
| Affects Version/s: | 1.3.0 |
| Fix Version/s: | 1.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The crypt function used in adminusers.c is not thread safe and the crypt_r function should be used instead. |
| Comments |
| Comment by markus makela [ 2016-02-16 ] |
|
Replaced all calls to crypt with crypt_r. |