https://github.com/rom1v/delay/blob/7ae979634b499a34e57f0fc22920d581e2ce2351/dtbuf.c#L88 Accessing content via `pheader` is undefined behavior. See [A bug story: data alignment on x86](http://pzemtsov.github.io/2016/11/06/bug-story-alignment-on-x86.html).
delay/dtbuf.c
Line 88 in 7ae9796
Accessing content via
pheaderis undefined behavior. See A bug story: data alignment on x86.