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

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

Re: gawk: invalid read and write


From: Jürgen Kahrs
Subject: Re: gawk: invalid read and write
Date: Sun, 28 Jan 2007 18:45:41 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

Andrew J. Schorr wrote:

> Hmmm, my patch assumes the log files match this shell pattern: log.[0-9]*.
> But I just realized that older versions of valgrind (e.g. 2.4.1)
> use a different naming convention: log.pid[0-9]*.  Is it worth
> changing the patch to support the older valgrind?

The implementation currently goes like

  awk '...'  log.[0-9]*

Wouldnt it be enough to just change it to

  awk '...'  log.[0-9]* log.pid[0-9]*




reply via email to

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