aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-06-04 17:47:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:10:34 +0100
commit96b6a2d446d28eabd9a943f5f2b5af12c24a7dbb (patch)
treef0417cd982a95d446c7e9e091cd9b8d084e245ad /meta/classes
parent414f9b4d2dd39845b537ebdc2a4ecafbd9162343 (diff)
downloadopenembedded-core-96b6a2d446d28eabd9a943f5f2b5af12c24a7dbb.tar.gz
systemd: update a uclibc specific patch to avoid segment fault
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] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions