From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4195 invoked by alias); 16 Jun 2008 01:47:19 -0000 Received: (qmail 4181 invoked by uid 9539); 16 Jun 2008 01:47:19 -0000 Date: Mon, 16 Jun 2008 01:47:00 -0000 Message-ID: <20080616014719.4179.qmail@sourceware.org> From: davek@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: libgetopt++ ./ChangeLog src/OptionSet.cc Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00014.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: libgetopt++ Branch: setup_crypto_branch Changes by: davek@sourceware.org 2008-06-16 01:47:19 Modified files: . : ChangeLog src : OptionSet.cc Log message: 2008-06-16 Dave Korn * libgetopt++/src/OptionSet.cc (OptionSet::doOption): Move value string to outer scope so it is not destroyed while optionValue still has a dangling reference to its c_str(). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup_crypto_branch&r1=1.19&r2=1.19.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup_crypto_branch&r1=1.10&r2=1.10.2.1