Index: /trunk/src/VBox/Runtime/r3/stream.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 54725)
+++ /trunk/src/VBox/Runtime/r3/stream.cpp	(revision 54726)
@@ -471,5 +471,5 @@
 RTR3DECL(int) RTStrmInputGetEchoChars(PRTSTREAM pStream, bool *pfEchoChars)
 {
-    int rc;
+    int rc = VINF_SUCCESS;
 
     AssertPtrReturn(pStream, VERR_INVALID_HANDLE);
@@ -506,5 +506,5 @@
 RTR3DECL(int) RTStrmInputSetEchoChars(PRTSTREAM pStream, bool fEchoChars)
 {
-    int rc;
+    int rc = VINF_SUCCESS;
 
     AssertPtrReturn(pStream, VERR_INVALID_HANDLE);
