aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-06-04 17:47:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-06 09:26:04 +0100
commit85dea57cbea0fb672bfdd6c28ff2942381dff334 (patch)
treee87fdbeabb8ecf54d215ca9faa373eb98d50970d /meta/lib
parent22ff50f3cb5e5ad11c83d19dbd4e89cc7faee729 (diff)
downloadopenembedded-core-contrib-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')
0 files changed, 0 insertions, 0 deletions