[Xcb] [Bug 20665] xcb_auth.c doesn't treat ipv6-mapped ipv4-addresses correctly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Mar 15 13:21:37 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=20665


Christoph Pfister <christophpfister at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #4 from Christoph Pfister <christophpfister at gmail.com>  2009-03-15 13:21:37 PST ---
xcb_auth.c: In function 'compute_auth':
xcb_auth.c:190: warning: passing argument 2 of 'do_append' makes pointer from
integer without a cast

-do_append(info->data, j, &si6->sin6_addr.s6_addr[12], 4);
+do_append(info->data, &j, &si6->sin6_addr.s6_addr[12], 4);

Thanks for taking care of this, Julien.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Xcb mailing list