Nick Kralevich 1aae9bd170 strncpy: implement _FORTIFY_SOURCE=2
Add support for fortify source level 2 to strncpy.
This will enable detection of more areas where strncpy
is used inappropriately. For example, this would have detected
bug 8727221.

Move the fortify_source tests out of string_test.cpp, and
put it into fortify1_test.cpp.

Create a new fortify2_test.cpp file, which copies all
the tests in fortify1_test.cpp, and adds fortify_source level
2 specific tests.

Change-Id: Ica0fba531cc7d0609e4f23b8176739b13f7f7a83
2013-04-29 15:22:10 -07:00
..
2012-08-01 17:53:07 -07:00
2012-08-10 12:23:58 -07:00
2013-01-11 16:44:15 -08:00
2012-08-02 16:07:26 -07:00
2013-02-26 13:27:15 -08:00
2013-04-29 15:22:10 -07:00
2013-01-29 17:49:12 -08:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2013-01-23 16:49:47 -08:00
2010-01-15 15:57:02 -08:00
2010-01-15 15:57:02 -08:00
2013-01-16 09:40:25 -08:00
2012-09-11 22:47:31 +03:00
2009-03-03 19:28:35 -08:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2010-10-13 15:46:55 +02:00