mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
370c860f74
Cases where name_to_handle_at is used allocated the full struct to be MAX_HANDLE_SZ, and assigned this size to handle_bytes. This is wrong since handle_bytes should describe the length of the flexible array member and not the whole struct. Define a union type which includes sufficient padding to allow assignment of MAX_HANDLE_SZ to be correct. |
||
---|---|---|
.. | ||
Makefile | ||
readahead-analyze.c | ||
readahead-collect.c | ||
readahead-common.c | ||
readahead-common.h | ||
readahead-replay.c | ||
readahead.c | ||
sd-readahead.c |