https://bugzilla.novell.com/show_bug.cgi?id=704264

https://bugzilla.novell.com/show_bug.cgi?id=704264#c0


           Summary: Insufficient NULL checking for argument to
                    threadpool_jobs_dec
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.10.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: mono...@dotbas.net
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:
Insufficient NULL checking is performed for arguments to threadpool_jobs_dec -
in case 'ar = state->ares;' executed and state->ares == NULL, this pointer will
cause a crash when dereferenced.

Steps to reproduce the problem:
Not known, seems to 'randomly' happen with a *Async sockets application having
~9000-10000 open connections at a time.


Actual Results:
SIGSEGV being raised.

Expected Results:
Either the NULL pointer being ignored, or a managed exception being raised.

How often does this happen? 
Seemingly at random.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to