On Thu, Feb 26, 2026 at 09:26:37AM +0100, Rene Kita wrote:
On Thu, Feb 26, 2026 at 11:17:21AM +0800, Kevin J. McCarthy wrote:See 19434821 for more details.These are in the IMAP code, which was accidentally skipped in the previous testing. imap_get_literal_count() is always passed a modifiable buf parameter, (which the callers are also modifying):. Since the function is, in fact, sneakily modifying buf, change the signature to reflect reality. Split off a different constc variable for the case inside imap_parse_path() that was calling strchr on a const char * "path" argument. ---OK. Successful build on Arch: https://builds.sr.ht/~rkta/job/1695147
Applied and pushed. Thanks Rene! -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
signature.asc
Description: PGP signature
