Re: [Mesa-dev] [PATCH 1/3] amd/common: fix off-by-one in sid_tables.py

2017-06-19 Thread Nicolai Hähnle
On 19.06.2017 13:36, Emil Velikov wrote: Hi Nicolai, On 12 June 2017 at 20:33, Nicolai Hähnle wrote: From: Nicolai Hähnle The very last entry in the sid_strings_offsets table ended up missing, leading to out-of-bounds reads and potential crashes. Should we have this and " [PATCH 2/3] r600:

Re: [Mesa-dev] [PATCH 1/3] amd/common: fix off-by-one in sid_tables.py

2017-06-19 Thread Emil Velikov
Hi Nicolai, On 12 June 2017 at 20:33, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The very last entry in the sid_strings_offsets table ended up missing, > leading to out-of-bounds reads and potential crashes. Should we have this and " [PATCH 2/3] r600: fix off-by-one in egd_tables.py" for

[Mesa-dev] [PATCH 1/3] amd/common: fix off-by-one in sid_tables.py

2017-06-12 Thread Nicolai Hähnle
From: Nicolai Hähnle The very last entry in the sid_strings_offsets table ended up missing, leading to out-of-bounds reads and potential crashes. --- src/amd/common/sid_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/sid_tables.py b/src/amd/common/sid