1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmlockd
Zdenek Kabelac 51fd232b8e clang: avoid possible use-after-free
If the 'act' has been already processed by add_client_result()
it could have been possibly release - so avoid accessin 'act->'
afterward and go for next item directly.
2021-04-23 23:00:55 +02:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c cov: avoid leak when repeating options 2021-04-23 22:59:25 +02:00
lvmlockd-client.h cleanup: matching declaration order 2020-09-01 17:57:50 +02:00
lvmlockd-core.c clang: avoid possible use-after-free 2021-04-23 23:00:55 +02:00
lvmlockd-dlm.c cleanup: free already checks for NULL 2021-03-02 22:57:35 +01:00
lvmlockd-internal.h gcc: zero-sized array to fexlible array C99 2020-09-01 17:57:50 +02:00
lvmlockd-sanlock.c cleanup: free already checks for NULL 2021-03-02 22:57:35 +01:00
Makefile.in makefiles: static linking enhancements 2021-04-12 09:54:15 +02:00