mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
A CString used to be copied into a token string, which is an int array. On a 64-bit architecture the pointers were misaligned, so ASan gave lots of warnings. On a 64-bit architecture that required memory accesses to be correctly aligned it would not work at all. The CString is now included in CValue instead.
4.0 KiB
4.0 KiB