RESOLVED FIXED 148635
Watchdog timer callback should release the lock before deref’ing the Watchdog
https://bugs.webkit.org/show_bug.cgi?id=148635
Summary Watchdog timer callback should release the lock before deref’ing the Watchdog
Mark Lam
Reported 2015-08-31 09:49:32 PDT
The deref’ing of the watchdog may free it. The lock may not be available to be unlocked after the deref.
Attachments
the fix. (1.46 KB, patch)
2015-08-31 09:57 PDT, Mark Lam
no flags
fix 2: fixed ChangeLog comment (1.45 KB, patch)
2015-08-31 10:00 PDT, Mark Lam
fpizlo: review+
Mark Lam
Comment 1 2015-08-31 09:54:36 PDT
Mark Lam
Comment 2 2015-08-31 09:57:52 PDT
Created attachment 260290 [details] the fix.
Mark Lam
Comment 3 2015-08-31 10:00:46 PDT
Created attachment 260291 [details] fix 2: fixed ChangeLog comment
Mark Lam
Comment 4 2015-08-31 10:05:14 PDT
Thanks for the review. Landed in r189172: <http://trac.webkit.org/r189172>.
Note You need to log in before you can comment on or make changes to this bug.