From: Markus Armbruster
The GLib Reference Manual says:
It is very important that all accesses to a particular integer or
pointer be performed using only this API and that different sizes
of operation are not mixed or used on overlapping memory
regions. Never read or assign direc
On 01/25/2013 09:13 PM, Markus Armbruster wrote:
The GLib Reference Manual says:
It is very important that all accesses to a particular integer or
pointer be performed using only this API and that different sizes
of operation are not mixed or used on overlapping memory
region
On 01/25/13 16:43, Markus Armbruster wrote:
> The GLib Reference Manual says:
>
> It is very important that all accesses to a particular integer or
> pointer be performed using only this API and that different sizes
> of operation are not mixed or used on overlapping memory
> regio
The GLib Reference Manual says:
It is very important that all accesses to a particular integer or
pointer be performed using only this API and that different sizes
of operation are not mixed or used on overlapping memory
regions. Never read or assign directly from or to a value --