Files
mckernel/kernel
Dominique Martinet 525b90d028 flatten_string/process env: realign env and clear trailing bits
envs are stuck after args which are now possibly unaligned, and used
from a non-aligned pointer in prepare_process_ranges_args_envs (env)

The memory immediately after args/envs is copied anyway with memcpy_long,
so make sure the bits are initialized and realign env correctly

Fixes: 70e52faf36 ("flatten_strings: do not return unused trailing bits")
Change-Id: Ic747e947d151c0eea65dec36bc9c888cf6e0c394
2018-11-21 07:39:16 +00:00
..
2018-07-26 14:16:31 +09:00
2014-03-30 16:14:19 +09:00
2018-10-11 08:54:13 +00:00
2018-10-11 08:54:13 +00:00
2016-03-08 15:19:03 +09:00
2013-06-06 11:53:30 -05:00
2017-09-04 08:53:32 +09:00