Re: [PATCH libXt] fix NULL check

2010-11-10 Thread Alan Coopersmith
walter harms wrote: > _XtGetPerWidgetInput may return NULL > avoid possible NULL references > > Signed-off-by: walter harms Fixed indentation to match the surrounding code and pushed to git master. -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platfo

[PATCH libXt] fix NULL check

2010-10-26 Thread walter harms
_XtGetPerWidgetInput may return NULL avoid possible NULL references Signed-off-by: walter harms --- src/Keyboard.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/Keyboard.c b/src/Keyboard.c index 9c8065b..ef27399 100644 --- a/src/Keyboard.c +++ b/sr