Commit 4ec1423
deps: SQLite: cherry-pick b869ed6b067d623cb1383549f2a18aa35508385d
Original commit message:
Fix a bug causing the session module to dereference a NULL pointer when applying a corrupt changeset.
FossilOrigin-Name: e807d4e3798efd532b3d78d1dfe513ed4fbd3cb793dd0ae5c30cae6031422b10
Refs: https://sqlite.org/src/info/e807d4e3798efd53
Signed-off-by: junius-sec <sksch323@naver.com>
PR-URL: #63525
Refs: https://hackerone.com/reports/3736889
Refs: sqlite/sqlite@b869ed6
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>1 parent 12c5154 commit 4ec1423Copy full SHA for 4ec1423
2 files changed
+22-1Lines changed: 22 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/sqlite
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
238388 | 238388 | |
238389 | 238389 | |
238390 | 238390 | |
238391 | | - |
| 238391 | + |
238392 | 238392 | |
238393 | 238393 | |
238394 | 238394 | |
|
Collapse file
test/parallel/test-sqlite-session.js
Copy file name to clipboardExpand all lines: test/parallel/test-sqlite-session.js+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
496 | 496 | |
497 | 497 | |
498 | 498 | |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
499 | 520 | |
500 | 521 | |
501 | 522 | |
|
0 commit comments