1. 02 12月, 2020 1 次提交
  2. 01 12月, 2020 1 次提交
    • C
      github: fix unbuffered channel passed to signal.Notify · 7e3e213f
      Cuong Manh Le 提交于
      The docs at os/signal.Notify warn about this signal delivery loss bug at
      https://golang.org/pkg/os/signal/#Notify, which says:
      
          Package signal will not block sending to c: the caller must ensure
          that c has sufficient buffer space to keep up with the expected signal
          rate. For a channel used for notification of just one signal value,
          a buffer of size 1 is sufficient.
      
      Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"
      7e3e213f
  3. 17 11月, 2020 3 次提交
  4. 10 11月, 2020 1 次提交
  5. 24 8月, 2020 2 次提交
  6. 12 8月, 2020 1 次提交
  7. 11 8月, 2020 1 次提交
  8. 03 8月, 2020 5 次提交
  9. 02 8月, 2020 4 次提交
  10. 17 7月, 2020 1 次提交
  11. 21 6月, 2020 1 次提交
  12. 26 5月, 2020 3 次提交
  13. 12 5月, 2020 1 次提交
  14. 26 4月, 2020 1 次提交
  15. 18 4月, 2020 1 次提交
  16. 17 4月, 2020 1 次提交
  17. 14 4月, 2020 3 次提交
  18. 13 4月, 2020 6 次提交
  19. 04 4月, 2020 1 次提交
  20. 03 4月, 2020 2 次提交