diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-06-04 17:47:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 09:26:04 +0100 |
commit | 85dea57cbea0fb672bfdd6c28ff2942381dff334 (patch) | |
tree | e87fdbeabb8ecf54d215ca9faa373eb98d50970d /meta/lib/oeqa | |
parent | 22ff50f3cb5e5ad11c83d19dbd4e89cc7faee729 (diff) | |
download | poky-85dea57cbea0fb672bfdd6c28ff2942381dff334.tar.gz |
systemd: update a uclibc specific patch to avoid segment fault error
The alloca() function allocates space in the stack frame of the caller,
so using alloca(new_size - old_size) would possibly crash the stack,
causing a segment fault error.
This patch fixes the above problem by avoiding using this function in
journal-file.c.
[YOCTO #6201]
(From OE-Core rev: c69816d2bf84369ba578bf9d92e01c9d91351a64)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
0 files changed, 0 insertions, 0 deletions