https://bugzilla.novell.com/show_bug.cgi?id=234347 meissner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com ------- Comment #4 from meissner@novell.com 2007-01-24 07:03 MST ------- there is a general problem with the *_chk functions that they are optimized and do long word reads ... reading over the end of strings. Since they are aligned before these reads can never cross a page boundary, so this strcpy/stpcpy implementation should be safe as-is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.