common-goroutine-leak-patterns

所属分类:弱点检测代码
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-11-14 12:01:26
上 传 者sh-1993
说明:  导致Go中goroutine泄漏的常见编程模式的集合
(A collection of common programming patterns that lead to goroutine leaks in Go)

文件列表:
LICENSE (11357, 2023-12-05)
apileaks/ (0, 2023-12-05)
apileaks/looping-timer.go (1406, 2023-12-05)
apileaks/looping-timer_test.go (492, 2023-12-05)
go.mod (105, 2023-12-05)
go.sum (827, 2023-12-05)
receiveleaks/ (0, 2023-12-05)
receiveleaks/channel-range.go (1313, 2023-12-05)
receiveleaks/channel-range_test.go (496, 2023-12-05)
selectleaks/ (0, 2023-12-05)
selectleaks/method-contract-violation.go (1705, 2023-12-05)
selectleaks/method-contract-violation_test.go (374, 2023-12-05)
sendleaks/ (0, 2023-12-05)
sendleaks/double-send.go (761, 2023-12-05)
sendleaks/double-send_test.go (935, 2023-12-05)
sendleaks/early-return.go (1386, 2023-12-05)
sendleaks/early-return_test.go (403, 2023-12-05)
sendleaks/n-cast.go (1134, 2023-12-05)
sendleaks/n-cast_test.go (512, 2023-12-05)
sendleaks/timeout.go (673, 2023-12-05)
sendleaks/timeout_test.go (520, 2023-12-05)
utils/ (0, 2023-12-05)
utils/common.go (384, 2023-12-05)
utils/test.go (702, 2023-12-05)

# Common goroutine leak patterns in Go A collection of common programming patterns that lead to goroutine leaks in Go. The patterns are organized by the type of the leaking operation.

近期下载者

相关文件


收藏者