On 2 April 2015 at 13:50, Venkataramanan Kumar <[email protected]> wrote: > So Planning to drop the assert "assert(res == 0)" from that test case. > > does that look good to you?
No. A non-zero return doesn't mean the name wasn't found, but that the function failed. Name-not-found situation still returns zero. There is something wrong there... --renato -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
