bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for GNU sed version 4.2.1


From: Nathan Mills
Subject: Patch for GNU sed version 4.2.1
Date: Fri, 23 Mar 2012 10:08:32 -0700

The attached patch file will fix a 1 byte leak in sed version 4.2.1. The
file "sed-26428.valgrind" is Valgrind's output before I patched sed. The
other file is Valgrind's output after I patched sed.
The command line I used to find the leak was:
echo 'libreoffice -> soffice.bin' | valgrind --log-file=sed-%p.valgrind
--leak-check=full sed/sed 's/.*libreoffice -> //g'

Attachment: 1bytefix.patch
Description: Text Data

Attachment: sed-26428.valgrind
Description: Binary data

Attachment: sed-26631.valgrind
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]