bug#72086: scm_i_utf8_string_hash overruns buffer when len is zero

2024-12-11 Thread Rob Browning
Version: 3.0.11 A slightly different version of the fix is now in main. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

bug#72086: scm_i_utf8_string_hash overruns buffer when len is zero

2024-07-12 Thread Rob Browning
The first patch attempts to fix that, and the second is an optimization when then input is ASCII (since we already have the information we need to detect that): >From 619e3d3afec2c116007d9cb2ad32a500fb32a7dd Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 30 Jun 2024 22:41:40 -0500 Subjec