Skip to content

[9.16] Accept 'in=NULL' with 'inlen=0' in isc_{half}siphash24

Arthimetic on NULL pointers is undefined. Avoid arithmetic operations when 'in' is NULL and require 'in' to be non-NULL if 'inlen' is not zero.

(cherry picked from commit 349c23db)

Closes #3787 (closed)

Backport of MR !7339 (merged)

Edited by Mark Andrews

Merge request reports