[Bug 1467] Hash table generation seems to be flawed

samba-bugs at samba.org samba-bugs at samba.org
Sat Jun 19 17:48:54 GMT 2004


https://bugzilla.samba.org/show_bug.cgi?id=1467


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From wayned at samba.org  2004-06-19 10:48 -------
You'll note that the loop is running in reverse, with "i" going from high to
low. This means that "i < tag_table[targets[i].t]" will always be true for tags
that are not NULL_TAG (since all the values came from prior iterations of the
loop).  So, I believe that the if you added can never be false.

If you disagree with this analysis, please show me the mistake in my reasoning.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list