From 05cad5e00c97c3aa88e28a1d1dfd3ac1818afa6d Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 16 Aug 2016 14:05:16 -0400 Subject: [PATCH] Fix typo. Change-Id: I5a2d44f326bf173bed24aa95e0855c07c8d37d50 Reviewed-on: https://boringssl-review.googlesource.com/10371 Reviewed-by: David Benjamin --- ssl/test/PORTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/test/PORTING.md b/ssl/test/PORTING.md index 8cd147b9..1d5ac574 100644 --- a/ssl/test/PORTING.md +++ b/ssl/test/PORTING.md @@ -88,7 +88,7 @@ purpose of evaluating the success or failure of the test suite. ### Malloc Tests -The test runner can only be used to stress malloc failure +The test runner can also be used to stress malloc failure codepaths. If passed `-malloc-test=0`, the runner will run each test repeatedly with an incrementing `MALLOC_NUMBER_TO_FAIL` environment variable. The shim should then replace the malloc implementation with