Re: [PATCH] glx/vndcmds: Fix vendor hash table key size

2018-06-21 Thread Adam Jackson
On Wed, 2018-06-20 at 13:37 +, Vladimir Panteleev wrote: > The keySize parameter of the hashing/comparison functions was > incorrectly specified to be sizeof(void*), even though the keys of > this hashtable are CARD32. > > Fixes address sanitizer failure on 64-bit builds. Merged, thanks:

[PATCH] glx/vndcmds: Fix vendor hash table key size

2018-06-21 Thread Vladimir Panteleev
The keySize parameter of the hashing/comparison functions was incorrectly specified to be sizeof(void*), even though the keys of this hashtable are CARD32. Fixes address sanitizer failure on 64-bit builds. --- glx/vndcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git