From: Zbigniew Jędrzejewski-Szmek Date: Thu, 16 Apr 2026 20:36:22 +0000 (+0200) Subject: string-util: check for overflow in strrep() (#41661) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdc15f40842cee61a559c907a9f3aa1b9619e91;p=thirdparty%2Fsystemd.git string-util: check for overflow in strrep() (#41661) This simply mirrors the same overflow check we already have in strrepa(), in case someone passed us a sufficiently long string. strrep() is currently used only in tests, so this is just hardening. --- 5fdc15f40842cee61a559c907a9f3aa1b9619e91