mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 20:21:05 +01:00
The &pointer + 1 trick is a C89 trick to point to area allocated after the size of the struct. We have struct_size and flex arrays now. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22170 Signed-off-by: Robert Marko <robimarko@gmail.com>