Page MenuHome Accel-ppp

v.huti (Volodymyr)
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 12 2022, 13:53 (76 w, 1 d)

Recent Activity

Oct 22 2022

v.huti changed the status of T72: Fix warnings on build process for modern make version from Confirmed to Needs testing.
Oct 22 2022, 17:04
v.huti added a comment to T72: Fix warnings on build process for modern make version.

Hi @Dimka88! The warnings are fixed in the following pull request:
https://github.com/accel-ppp/accel-ppp/pull/64
From my understanding, the situation is next:

In general, assuming anything about data alignment is a bad practice that leads to very obscure errors. 
Taking the address of a packed member is dangerous since the reduced alignment of the pointee is lost.
If the pointer value is dereferenced, this can lead to memory alignment faults in some architectures.
Oct 22 2022, 16:56