From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12083 invoked by alias); 12 Jan 2008 23:02:48 -0000 Received: (qmail 12068 invoked by uid 426); 12 Jan 2008 23:02:48 -0000 Date: Sat, 12 Jan 2008 23:02:00 -0000 Message-ID: <20080112230248.12066.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime/staprun ChangeLog symbols.c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q1/txt/msg00013.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: fche@sourceware.org 2008-01-12 23:02:48 Modified files: runtime/staprun: ChangeLog symbols.c Log message: PR5603 hack for stack smash 2008-01-12 Frank Ch. Eigler PR 5603 horrible hack. * symbols.c (do_kernel_symbols): Make buf[256] instead of [128]. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&r1=1.40&r2=1.41 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/symbols.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8