Skip to content

Commit 50fb662

Browse files
authored
Create 2022-08-12-cross-thread-flow.md
1 parent bf24d78 commit 50fb662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Fixed data-flow to captured variable references.
5+
* We now assume that if a channel-typed field is only referred to twice in the user codebase, once in a send operation and once in a receive, then data flows from the send to the receive statement. This enables finding some cross-goroutine flow.

0 commit comments

Comments
 (0)