{{ message }}
Commit 09d0da9
sqlite: fix undefined behaviour in
If `nChangeset == 0`, the pointer `pChangeset` may be nullptr.
Passing a nullptr to `memcpy()` is undefined behaviour.
This can be triggered by running the test suite under UBSAN.
Signed-off-by: ndossche <nora.dossche@ugent.be>
PR-URL: #63637
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>Session::Changeset()
1 parent 58ea88e commit 09d0da9
1 file changed
Lines changed: 3 additions & 1 deletion

0 commit comments