]> git.ipfire.org Git - thirdparty/nettle.git/commit
Test aead update function with data split in pieces.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 10 Mar 2024 11:51:28 +0000 (12:51 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 10 Mar 2024 11:51:28 +0000 (12:51 +0100)
commitde5b53466cd5dd4dac88330d1d30afb3e372af34
treea48369e72955606b460b99a9feedb34925ed66c3
parent99e62003c3916fdef04a2d3327281f8f498b609e
Test aead update function with data split in pieces.

Fix ubsan issue affecting calls to _nettle_poly1305_update with input
0, NULL.
ChangeLog
poly1305-update.c
testsuite/testutils.c