aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/bbtests.py
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:20:44 +0100
commitc69816d2bf84369ba578bf9d92e01c9d91351a64 (patch)
tree5a9b76e6055bfc52fb1293ab7dd537d366e9a8a9 /meta/lib/oeqa/selftest/bbtests.py
parentb751144ba467b1358af2db8a4c30b8e0644cffa5 (diff)
downloadopenembedded-core-contrib-c69816d2bf84369ba578bf9d92e01c9d91351a64.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] 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/selftest/bbtests.py')
0 files changed, 0 insertions, 0 deletions