Re: [yocto] [PATCH] Fix for psplash segmentation fault

2012-07-16 Thread Saul Wold
On 07/06/2012 01:53 PM, Aws Ismail wrote: Fix segmentation fault when passing -a without angel value. When psplash -a is called instead of psplash -aangle value it will segmentation fault calling out of bound argv[]. git://git.yoctoproject.org/psplash Signed-of-by: Aws

Re: [yocto] [PATCH] Fix for psplash segmentation fault

2012-07-09 Thread Aws Ismail
Hi all, This is a follow-up on the fix I sent recently for psplash. I'd appreciate any comments. Thanks Aws Ismail Fix psplash segmentation fault This fixes the segmentation fault when calling: psplash -a The -a option

[yocto] [PATCH] Fix for psplash segmentation fault

2012-07-06 Thread Aws Ismail
Fix segmentation fault when passing -a without angel value. When psplash -a is called instead of psplash -aangle value it will segmentation fault calling out of bound argv[]. git://git.yoctoproject.org/psplash Signed-of-by: Aws Ismailaws.ism...@windriver.com

Re: [yocto] [PATCH] Fix for psplash segmentation fault

2012-07-06 Thread Aws Ismail
s/angel/angle :) Aws\ On 07/06/2012 04:53 PM, Aws Ismail wrote: Fix segmentation fault when passing -a without angel value. When psplash -a is called instead of psplash -aangle value it will segmentation fault calling out of bound argv[]. git://git.yoctoproject.org/psplash Signed-of-by: Aws