Donate Share

User-mode Linux kernel port

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@user-mode-linux.cvs.sourceforge.net:/cvsroot/user-mode-linux login

cvs -z3 -d:pserver:anonymous@user-mode-linux.cvs.sourceforge.net:/cvsroot/user-mode-linux co -P modulename

Show:

What's happening?

  • Unicode-unsafe string handling in mconsole

    uml_mconsole uses a char[11] to represent the name of running instances. This is a bit short for multibyte-encoded strings. What's worse is that a multibyte character might be cut off in the middle, leaving a stray last character behind. This doesn't seem to affect the functionality, but nevertheless looks strange and broken in case of somewhat longer instance names. Either not cutting off the...

    2009-07-17 15:29:39 UTC by dr_maux

Our Numbers