1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00
Andrew Tridgell a106fefcfb librpc: fixed the GUID_compare() function
When comparing two unsigned values you can't just subtract
them.

Imagine you are comparing: "uint32_t u1" and "uint32_t u2". If you use
"u1 - u2" and u2 is zero, then the signed integer result will depend
on the top bit of u1.

This error occurs in a few places in Samba. For DRS replication it
resulted in corrupt uptodateness vectors.
2009-12-21 23:41:07 +11:00
..
2008-10-19 22:37:27 +02:00
2008-10-14 23:46:34 +02:00
2008-10-18 23:54:49 +02:00
2008-10-20 19:20:12 +02:00
2008-10-20 19:14:47 +02:00
2008-10-20 19:14:47 +02:00