From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17810 invoked by alias); 9 Aug 2012 23:43:44 -0000 Received: (qmail 17803 invoked by uid 22791); 9 Aug 2012 23:43:43 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Aug 2012 23:43:29 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q79NhSln005861 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Aug 2012 19:43:28 -0400 Received: from [10.3.113.86] (ovpn-113-86.phx2.redhat.com [10.3.113.86]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q79NhSHe014376; Thu, 9 Aug 2012 19:43:28 -0400 Message-ID: <50244B20.4070209@redhat.com> Date: Thu, 09 Aug 2012 23:43:00 -0000 From: Josh Stone User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: halcyonic@gmail.com, SystemTap Subject: Re: MAXSTRINGLEN applied to printf()? References: <1F868470-E345-4262-B6C1-1C8DD5FD32F9@eecs.harvard.edu> <5023EBB5.1040206@redhat.com> <50241E1F.9010002@redhat.com> <3F9A9808-4ABA-4596-AC1A-5FA80D787D97@eecs.harvard.edu> In-Reply-To: <3F9A9808-4ABA-4596-AC1A-5FA80D787D97@eecs.harvard.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2012-q3/txt/msg00189.txt.bz2 On 08/09/2012 03:25 PM, halcyonic@gmail.com wrote: > Sigh...that was the other reason I was afraid of posting code: it > would turn out to be a stupid bug. I think you may be right that it > was simply not accounting for the commas. Sorry for the distraction. > :-/ Well, sharing code lets us track down bugs more quickly, whether the problem lies in your own code or elsewhere, so I don't think you need to feel bad. Everyone makes mistakes, and this one was fairly subtle for me to identify. :) Do let us know if you still find issues. Josh