Commit 7719552
gh-123917: Fix crypt check in configure
Use the volatile keyword when checking crypt_r() or crypt() function
in the configure script. Without volatile, the assignment can be
removed by an optimization.
Co-Authored-By: Paul Smith <paul@mad-scientist.net>1 parent 8ca75ee commit 7719552
3 files changed
Lines changed: 7 additions & 4 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5239 | 5239 | | |
5240 | 5240 | | |
5241 | 5241 | | |
5242 | | - | |
| 5242 | + | |
5243 | 5243 | | |
5244 | | - | |
| 5244 | + | |
5245 | 5245 | | |
5246 | 5246 | | |
5247 | 5247 | | |
| |||
0 commit comments