Skip to content

utils kr_strcatdup: deal with overflowing size_t

Vladimír Čunát requested to merge strcatdup-overflow into master

It's very unlikely to happen - sum of string lengths overflowing - even on a 32-bit platform, and the input seems not controllable by adversaries, but let's fix it anyway.

Merge request reports