You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/11/18 22:47:24 UTC

[Issue 126669] Possible null pointer dereference

https://bz.apache.org/ooo/show_bug.cgi?id=126669

orcmid <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orcmid@apache.org

--- Comment #1 from orcmid <or...@apache.org> ---
(In reply to AppChecker from comment #0)

                pProfile = 0;

> 		pthread_mutex_unlock(&(pProfile->m_AccessLock));

>               return sal_False;

This and the actual context in which this occurs would be a great C (not C++)
language interview problem.

Thanks for the report.  It will take a little more work to determine whether
this code can ever be executed and where there might be another place where
there is an AccessLock that needs to be released instead.

-- 
You are receiving this mail because:
You are the assignee for the issue.