[Bug 107384] random tab crashes in firefox nightly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jul 28 17:32:33 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
Sigh.
diff --git a/src/loader/loader.c b/src/loader/loader.c
index 43275484cc..87b7281f78 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -274,7 +274,7 @@ int loader_get_user_preferred_fd(int default_fd, bool
*different_device)
static int
drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id)
{
- drmDevicePtr device;
+ drmDevicePtr device = NULL;
int ret;
if (drmGetDevice2(fd, 0, &device) == 0) {
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180728/b2af1f1d/attachment.html>
More information about the dri-devel
mailing list