Peter Stuge wrote:
Myles Watson wrote:
It is completely unclear to me why it is safe to write beyond the struct lb_record
lb_record is just the header. The data follows it, but isn't a member of the struct.
Right, but what checks that the data is not colliding with something else.
Like?