1. 15 11月, 2018 1 次提交
    • P
      linux-user/sparc/signal.c: Remove dead code · bba390cb
      Peter Maydell 提交于
      Coverity complains (CID 1390847) about some dead code in
      do_sigreturn(). This is an if (err) clause that can never be
      true, copied from the kernel (where __get_user returns an error).
      The one code path that could report an error is in the
      currently commented-out pseudocode for handling FPU register
      restoring, so move the if into that comment (and fix the
      broken indent in the comment in the process).
      
      (The new position for the error check is also the semantically
      correct one -- we should not restore the signal mask from
      the signal frame if we get an error here, so the check must
      be done before set_sigmask(), not after.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NLaurent Vivier <laurent@vivier.eu>
      Message-id: 20181115114616.26265-1-peter.maydell@linaro.org
      bba390cb
  2. 12 11月, 2018 1 次提交
  3. 19 10月, 2018 1 次提交
  4. 09 7月, 2018 1 次提交
  5. 04 6月, 2018 1 次提交
  6. 04 5月, 2018 1 次提交
  7. 30 4月, 2018 2 次提交
  8. 05 2月, 2016 1 次提交
  9. 18 12月, 2015 1 次提交
  10. 11 9月, 2015 1 次提交
  11. 15 3月, 2012 1 次提交
  12. 17 7月, 2009 1 次提交
  13. 06 1月, 2009 1 次提交
  14. 27 10月, 2008 1 次提交