mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 21:21:25 +04:00
c4e285049e
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>