From 71f9a75bec64aa44083f65eb2eeed2a309885bb6 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 7 Aug 2009 12:49:40 -0300
Subject: [PATCH 73/74] jiostress: Enable fault injection in libc string functions

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/stress/jiostress |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/stress/jiostress b/tests/stress/jiostress
index c9825ca..1712c04 100755
--- a/tests/stress/jiostress
+++ b/tests/stress/jiostress
@@ -213,6 +213,8 @@ class Stresser:
 			probability = randfloat(0.005, 0.03))
 		fiu.enable_random('libc/mm/*',
 			probability = randfloat(0.003, 0.07))
+		fiu.enable_random('libc/str/*',
+			probability = randfloat(0.005, 0.07))
 
 	def fiu_disable(self):
 		if self.use_fi:
-- 
1.6.2.2.646.gb214

