search for: 6ac6e952

Displaying 2 results from an estimated 2 matches for "6ac6e952".

2011 Jun 10
0
[LLVMdev] [VMKit] Bug in J3 User.Name detection
Please excuse the previous mail. My mailclient misbehaved. The below code to check for the environment variable NAME and for setting a default username of "" fails, because the else paths are only taken when there inside if condition is false anyways. The elses should not be there but instead each method should be used until a username is returned.
2011 Jun 10
2
[LLVMdev] [VMKit] Bug in J3 User.Name detection
Hello List, I'm currently trying to compile VMKit for the L4 Operating System and the L4Re Runtime environment for my student project. While doing so I stumbled upon a bug in the implementation of lib/J3/Classpath/ClasspathVMSystemProperties.inc The current version first tries to get the username by checking the LOGNAME environment variable. If this is NULL it then checks tmp =