Security Audit 5.5: Check length of message to be within range.

This commit is contained in:
Jim Norman
2006-04-26 16:29:13 +00:00
parent d8ad2aab45
commit 8230adb2d6
3 changed files with 160 additions and 158 deletions

View File

@@ -144,8 +144,8 @@ namespace sscs.init
ti.Install ( new Hashtable ());
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
{
System.Diagnostics.Debug.WriteLine(e.ToString());
}
}
@@ -177,7 +177,7 @@ namespace sscs.init
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
System.Diagnostics.Debug.WriteLine(e.ToString());
}
}