samba-bugs at samba.org
2011-May-16 18:52 UTC
[Bug 8137] New: Use a union instead of storing an integer in idlist::name
https://bugzilla.samba.org/show_bug.cgi?id=8137 Summary: Use a union instead of storing an integer in idlist::name Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal 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.
samba-bugs at samba.org
2011-May-17 01:24 UTC
[Bug 8137] Use a union instead of storing an integer in idlist::name
https://bugzilla.samba.org/show_bug.cgi?id=8137 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> 2011-05-17 01:24:48 UTC --- I checked in a fix for this. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Apparently Analagous Threads
- DO NOT REPLY [Bug 5022] New: FreeBSD 4.11 - Compilation Fails - uidlist.c - gcc2 / gcc3
- DO NOT REPLY [Bug 7109] New: Need to define NO_SYMLINK_XATTR on Linux
- [Bug 11035] New: make check failure
- [Bug 8918] New: Use fiemap to quickly detect zero ranges of source file
- Fastest way to repeatedly subset a data frame?