Commit dfe3f95
committed
crypto: fix crash in CCM mode without data
Fixes: #38035
PR-URL: #38102
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>1 parent 8930eba commit dfe3f95
File tree
3 files changed
+26
-4
lines changed- doc/api
- src/crypto
- test/parallel
3 files changed
+26
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5218 | 5218 | | |
5219 | 5219 | | |
5220 | 5220 | | |
5221 | | - | |
| 5221 | + | |
5222 | 5222 | | |
5223 | 5223 | | |
5224 | 5224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
848 | | - | |
849 | | - | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
665 | 666 | ||