On Nov 20, 2007, at 22:40, Johannes Schindelin wrote:
Oh, and it relies on "int" being castable to void * and vice versa. Is anybody aware of a platform where this can lead to problems?
Like any 64-bit system? int is 32 bit and void * is 64. So, casting a pointer to an int drops half the bits. When you convert it back it will point to a funny place... -Geert - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html