plan9fox/sys
cinap_lenrek 0d87019a9b cc: handle unaligned data in = {0} local initializer
the emited code that initializes local variables did not handle
unaligned data causing stack corruption, affecting code like:

void main(void)
{
	char a[9] = {0};
}

this change will emit code that does byte stores for the unaligned
bytes and also handles small objects (<= 16 bytes) without branches.
2015-05-25 01:57:18 +02:00
..
doc /sys/doc: permissions for cleanps, mkdirlist, mkfilelist 2012-10-20 19:09:54 +02:00
games/lib fortunes: What's wrong with the obvious? 2015-05-15 21:08:37 -04:00
include libsec: implement tlsClient support for RFC6066 server name identification (SNI) 2015-05-21 02:26:57 +02:00
lib cdproto: /sys/log/httpd should be a directory 2015-05-20 18:25:53 -07:00
man libsec: implement tlsClient support for RFC6066 server name identification (SNI) 2015-05-21 02:26:57 +02:00
src cc: handle unaligned data in = {0} local initializer 2015-05-25 01:57:18 +02:00