Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: muller@ics.u-strasbg.fr
Cc: gdb-patches@sourceware.org
Subject: Re: [ARI] Add "bzero" (was: "Re: Build failure for 	x86_64-pc-mingw32  target")
Date: Wed, 06 May 2009 16:53:00 -0000	[thread overview]
Message-ID: <20090506165307.GN10734@adacore.com> (raw)
In-Reply-To: <20090506160250.GJ10734@adacore.com>

Pierre also informed me privately that he checked in the change below,
after testing it with tonight's snapshot.

> Index: gdb_ari.sh
> ===================================================================
> RCS file: /cvs/gdbadmin/ss/gdb_ari.sh,v
> retrieving revision 1.89
> diff -u -p -r1.89 gdb_ari.sh
> --- gdb_ari.sh	20 Apr 2009 15:55:23 -0000	1.89
> +++ gdb_ari.sh	6 May 2009 16:00:22 -0000
> @@ -1028,6 +1028,14 @@ Do not use xvasprintf(), instead use xst
>  
>  # More generic memory operations
>  
> +BEGIN { doc["bzero"] = "\
> +Do not use bzero(), instead use memset()"
> +    category["bzero"] = ari_regression
> +}
> +/(^|[^_[:alnum:]])bzero[[:space:]]*\(/ {
> +    fail("bzero")
> +}
> +
>  BEGIN { doc["strdup"] = "\
>  Do not use strdup(), instead use xstrdup()";
>      category["strdup"] = ari_regression


-- 
Joel


  reply	other threads:[~2009-05-06 16:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-30  6:38 [RFA] Fix memory leak in gdbserver Doug Evans
2009-04-30  9:28 ` Pedro Alves
2009-05-06  8:50   ` Build failure for x86_64-pc-mingw32 target Kai Tietz
2009-05-06  9:05     ` Hui Zhu
2009-05-06  9:37       ` Pedro Alves
2009-05-06 10:46         ` Hui Zhu
2009-05-06 11:20           ` Hui Zhu
2009-05-06 11:36             ` Kai Tietz
2009-05-06 16:03         ` [ARI] Add "bzero" (was: "Re: Build failure for x86_64-pc-mingw32 target") Joel Brobecker
2009-05-06 16:53           ` Joel Brobecker [this message]
2009-05-06 18:11           ` Eli Zaretskii
2009-05-06 18:37             ` Joel Brobecker
2009-05-18 19:24           ` [ARI] Add "bzero" Tom Tromey
2009-05-20  5:19             ` Joel Brobecker
2009-05-21  0:27             ` Joel Brobecker
2009-05-27 18:15               ` Tom Tromey
2009-05-06 10:19       ` Build failure for x86_64-pc-mingw32 target Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090506165307.GN10734@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=muller@ics.u-strasbg.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox