Commit c3b6b76
authored
Fix crash when a timed invoke happens for a large payload command. (project-chip#38622)
Because we don't pass the exchange through command handling, treating it as
out-of-band state instead, we have to maintain that state on all codepaths that
can lead to command handling.
Also fixes timed writes, but those are not exercised right now.
Fixes project-chip#385801 parent 4f890cc commit c3b6b76
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1929 | 1929 | | |
1930 | 1930 | | |
1931 | 1931 | | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
1932 | 1935 | | |
1933 | 1936 | | |
1934 | 1937 | | |
| |||
1949 | 1952 | | |
1950 | 1953 | | |
1951 | 1954 | | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
1952 | 1958 | | |
1953 | 1959 | | |
1954 | 1960 | | |
| |||
0 commit comments