summaryrefslogtreecommitdiffstats
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:12:19 +0100
commit5bb9a05e0f3b8fbe4262e9c76df79f17dd80a2d6 (patch)
tree39ede6f83f93dfca908b7b50087d2db58bc9dae4 /meta/classes
parent9ee3f77ed9fd722aa15252d1c7d717249cf85acb (diff)
downloadpoky-5bb9a05e0f3b8fbe4262e9c76df79f17dd80a2d6.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] (From OE-Core rev: 96b6a2d446d28eabd9a943f5f2b5af12c24a7dbb) 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/classes')
0 files changed, 0 insertions, 0 deletions