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:20:44 +0100 |
commit | c69816d2bf84369ba578bf9d92e01c9d91351a64 (patch) | |
tree | 5a9b76e6055bfc52fb1293ab7dd537d366e9a8a9 /oe-init-build-env | |
parent | b751144ba467b1358af2db8a4c30b8e0644cffa5 (diff) | |
download | openembedded-core-c69816d2bf84369ba578bf9d92e01c9d91351a64.tar.gz openembedded-core-c69816d2bf84369ba578bf9d92e01c9d91351a64.tar.bz2 openembedded-core-c69816d2bf84369ba578bf9d92e01c9d91351a64.zip |
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 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions