Fix some crashers, including libc Unicode related

This commit is contained in:
Keith Winstein
2011-02-01 05:19:04 -05:00
parent e057ea6598
commit fa31514de7
4 changed files with 38 additions and 10 deletions
-2
View File
@@ -184,6 +184,4 @@ int termemu( int fd, Terminal::Emulator *terminal, int debug_fd )
/* write writeback */
return swrite( fd, terminal_to_host.c_str(), terminal_to_host.length() );
return 0;
}