Eric Blake wrote: > I noticed that glibc has applied some fixes to canonicalize.c that we were > missing; and sure enough, was able to enhance the testsuite to trip these > bugs. They also applied some assert's proving that their optimization to > avoid > strcpy are safe; I left the asserts out, but copied their optimization. OK to > commit?
Sure. Thanks for doing that! > I plan on porting the testsuite changes to test-canonicalize.c, and fixing any > fallout there as a separate commit.