1. 21 10月, 2013 1 次提交
  2. 14 8月, 2013 1 次提交
  3. 13 8月, 2013 1 次提交
  4. 09 8月, 2013 2 次提交
    • D
      Fix double-free and broken logic in virt-login-shell · ac692e3a
      Daniel P. Berrange 提交于
      The virLoginShellAllowedUser method must not free the 'groups'
      parameter it is given, as that is owned by the caller.
      
      The virLoginShellAllowedUser method should be checking
      '!*ptr' (ie empty string) rather than '!ptr' (NULL string)
      since the latter cannot be true.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      ac692e3a
    • J
      build: fix compilation of virt-login-shell.c · 26b8a4dd
      Jim Fehlig 提交于
      virt-login-shell.c was failing to compile with
      
      CC       virt_login_shell-virt-login-shell.o
      virt-login-shell.c: In function 'main':
      virt-login-shell.c:205:5: error: implicit declaration of function 'setlocale' [-Werror=implicit-function-declaration]
      virt-login-shell.c:205:5: error: nested extern declaration of 'setlocale' [-Werror=nested-externs]
      virt-login-shell.c:205:20: error: 'LC_ALL' undeclared (first use in this function)
      26b8a4dd
  5. 08 8月, 2013 1 次提交