[Webkit-unassigned] [Bug 51453] [Qt] crash in QNetworkReplyHandler::sendResponseIfNeeded()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 06:52:59 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=51453


Jan Erik Hanssen <jhanssen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78114|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Jan Erik Hanssen <jhanssen at gmail.com>  2011-01-06 06:52:59 PST ---
Created an attachment (id=78114)
 --> (https://bugs.webkit.org/attachment.cgi?id=78114&action=review)
Patch

The problem encountered with the manual test in this case is that emitting processQueuedItems() may cause the ResourceHandle that owns the current QNetworkReplyHandler to be destroyed, setting m_reply to 0. This patch checks if m_reply is 0 before using. This may be related to bug 51641

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list