Displaying 1 result from an estimated 1 matches for "parse_name_map".
2011 May 16
1
[Bug 8137] New: Use a union instead of storing an integer in idlist::name
...Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: matt at mattmccutchen.net
QAContact: rsync-qa at samba.org
The idlist code is stuffing an integer in the idlist::name member, which causes
a compiler warning:
uidlist.c: In function ?parse_name_map?:
uidlist.c:466:12: warning: cast to pointer from integer of different size
The code should use a union instead.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.