Hi! This is just a minor issue, but I want to share it with you ;-)
file mlehash.c, line 311: size is a size_t (typedefed unsigned long), so if "size%sizeof(uuid_t) != 0", size will _always_ be >0, the loop won't exit and you'll get a segfault. I've got a question too: How do you ensure that the uuid we are searching for is always alligned to sizeof(uuid_t) stepping? greetz Michael ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ tboot-devel mailing list tboot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tboot-devel