c5098ebbd6
Tailroom is supposed to be of length sizeof(struct ila_lwt) but
sizeof(struct ila_params) is currently allocated.
This leads to the dst_cache and connected member of ila_lwt being
referenced out of bounds.
struct ila_lwt {
struct ila_params p;
struct dst_cache dst_cache;
u32 connected : 1;
};
Fixes:
|
||
---|---|---|
.. | ||
ila_common.c | ||
ila_lwt.c | ||
ila_xlat.c | ||
ila.h | ||
Makefile |