Zack Weinberg 8ff5e0ec49 stpncpy: fix size checking [BZ #18975]
I think the last clause of the conditional,

	|| __n <= __bos (__dest)

may be backward.  The code should call the runtime-checking function
if __n is not constant, or if __n is known to be LARGER than the size
of the destination.
2015-08-14 22:40:19 -04:00
..
2006-01-10 00:25:07 +00:00
2015-02-11 12:50:53 +01:00
2009-03-14 23:57:33 +00:00
2013-02-17 16:34:04 +01:00