[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 Pauk Denis changed: What|Removed |Added Resolution|--- |FIXED

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 --- Comment #8 from Pauk Denis --- I have sent version patch to mesa-...@lists.freedesktop.org. https://patchwork.freedesktop.org/series/30086/ -- You are receiving this mail because: You are the assignee for the

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 --- Comment #7 from Pauk Denis --- In 'si_is_sampler_format_supported': 'util_format_get_first_non_void_channel' - tried to check 'struct util_format_description' before 'si_translate_texformat' call so we have segfault

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 Pauk Denis changed: What|Removed |Added Attachment #134056|0 |1 is

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 Pauk Denis changed: What|Removed |Added Attachment #133978|0 |1 is

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 --- Comment #4 from Ilia Mirkin --- Oh interesting. I think some of those formats were removed recently. I wonder if such call sites should be fixed. Nouveau calls util_format_is_supported up high in is_format_supported, I

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 --- Comment #3 from Pauk Denis --- I have found this behaiviour because of error in my code when some time is_format_supported called with uninitialized value and had value > PIPE_FORMAT_COUNT. With check like: -

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 --- Comment #2 from Ilia Mirkin --- What format is this happening with? There should be a description for every format, maybe except PIPE_FORMAT_NONE. -- You are receiving this mail because: You are the assignee for the

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 Pauk Denis changed: What|Removed |Added CC||pauk.de...@gmail.com

[Bug 102552] Null dereference due to not checking return value of util_format_description

2017-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102552 Bug ID: 102552 Summary: Null dereference due to not checking return value of util_format_description Product: Mesa Version: git Hardware: x86-64 (AMD64)