Re: [PATCH wayland] connection: Fix broken log message when demarshalling short closure

2018-02-14 Thread Pekka Paalanen
On Wed, 14 Feb 2018 12:15:11 -0600 Derek Foreman wrote: > Like the similar wl_log() message further into this function that was > fixed in commit 2fc248dc2c877d02694db40aad52180d71373d5a this should > be printing the sender_id saved earlier instead of *p. > > Since p is incremented during the lo

[PATCH wayland] connection: Fix broken log message when demarshalling short closure

2018-02-14 Thread Derek Foreman
Like the similar wl_log() message further into this function that was fixed in commit 2fc248dc2c877d02694db40aad52180d71373d5a this should be printing the sender_id saved earlier instead of *p. Since p is incremented during the loop it would not only print an incorrect object id, it could read pas