diff options
| author | Eric Biggers <ebiggers@google.com> | 2021-12-19 21:20:54 -0600 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2021-12-19 21:43:34 -0600 |
| commit | 546dd336d15251981bb8bcb30c159d0a39bb387e (patch) | |
| tree | 12fd2292652b5ccc8e31ff82773b6a8b5213b1ae /cli-tests/t_not_supported.sh | |
| parent | 360467d0df626d2d0eac003a0a210814910804ce (diff) | |
pam: avoid compiler warning in copyIntoSecret()
gcc 11 enabled -Wmaybe-uninitialized by default. It causes a
false-positive warning in copyIntoSecret() because gcc doesn't
understand that mlock() is special and doesn't read from the memory.
Just initialize the memory to avoid this warning.
Diffstat (limited to 'cli-tests/t_not_supported.sh')
0 files changed, 0 insertions, 0 deletions