
30 Jan
2025
30 Jan
'25
12:10 p.m.
On 1/29/25 17:02, Adam Julis wrote:
Update the vir_g_string_replace with following commits from glib: c9e48947e gstring: Fix a heap buffer overflow in the new g_string_replace() code e8517e777 remove quadratic behavior in g_string_replace
Signed-off-by: Adam Julis <ajulis@redhat.com> --- src/util/glibcompat.c | 125 +++++++++++++++++++++++++++++++++++------- 1 file changed, 105 insertions(+), 20 deletions(-)
I've reworded the commit message and merged. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal