Comment 3 for bug 1955320

Revision history for this message
Liviu Ionescu (ilg) wrote :

I was a fervent suporter of writing the startup in C/C++, but the reality is that at this point the only absolute safe code is in assembly. The second choice would be to use memset/memcpy, if you can call them without making pointer operations.

All other opearations involving pointers that are not pointing to the same structure or the same array should be considered with caution.