From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10323 invoked by alias); 14 Jul 2003 19:25:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10166 invoked from network); 14 Jul 2003 19:25:26 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 14 Jul 2003 19:25:26 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h6EJPKqZ000445; Mon, 14 Jul 2003 21:25:20 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h6EJPKD0000973; Mon, 14 Jul 2003 21:25:20 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h6EJP7id000968; Mon, 14 Jul 2003 21:25:07 +0200 (CEST) Date: Mon, 14 Jul 2003 19:25:00 -0000 Message-Id: <200307141925.h6EJP7id000968@elgar.kettenis.dyndns.org> From: Mark Kettenis To: aj@suse.de CC: gdb-patches@sources.redhat.com In-reply-to: (message from Andreas Jaeger on Mon, 14 Jul 2003 10:55:06 +0200) Subject: Re: [PATCH] Fix possible buffer overflow bug in x86_64-tdep.c References: <200307131631.h6DGVkvI098450@elgar.kettenis.dyndns.org> X-SW-Source: 2003-07/txt/msg00274.txt.bz2 From: Andreas Jaeger Date: Mon, 14 Jul 2003 10:55:06 +0200 > Andreas forgot to check in his origional patch on the 6.0 release > branch. I'll do so shortly with this fix included. thanks a lot! Turns out you did check in things on the branch, but cvsweb wasn't showing it. I did commit my fix to the branch though. Sorry for the confusion, Mark