Re: [PATCH] libxt src/Resource.c Fix-possible-NULL-access - Comment fix

2010-11-10 Thread Alan Coopersmith
walter harms wrote: > Fix possibl NULL access > > Signed-off-by: walter harms > > diff --git a/src/Resources.c b/src/Resources.c > index 1cb37d4..3090d7e 100644 > --- a/src/Resources.c > +++ b/src/Resources.c > @@ -967,8 +967,11 @@ static XtCacheRef *GetResources( > if (cache_ptr &

[PATCH] libxt src/Resource.c Fix-possible-NULL-access - Comment fix

2010-10-30 Thread walter harms
Fix possibl NULL access Signed-off-by: walter harms diff --git a/src/Resources.c b/src/Resources.c index 1cb37d4..3090d7e 100644 --- a/src/Resources.c +++ b/src/Resources.c @@ -967,8 +967,11 @@ static XtCacheRef *GetResources( if (cache_ptr && *cache_ptr) cac