Commit 2fbf956
crypto: fix CipherBase Update int32 overflow
PR-URL: #45769
Fixes: #45757
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>1 parent b5ad92f commit 2fbf956Copy full SHA for 2fbf956
File tree
Expand file treeCollapse file tree
2 files changed
+13
-1
lines changedOpen diff view settings
Filter options
- src/crypto
- test/parallel
Expand file treeCollapse file tree
2 files changed
+13
-1
lines changedOpen diff view settings
Collapse file
src/crypto/crypto_cipher.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_cipher.cc+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
803 | 803 | |
804 | 804 | |
805 | 805 | |
806 | | - |
| 806 | + |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
807 | 811 | |
808 | 812 | |
809 | 813 | |
|
Collapse file
test/parallel/test-crypto-cipheriv-decipheriv.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-cipheriv-decipheriv.js+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
215 | 215 | |
216 | 216 | |
217 | 217 | |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
0 commit comments