From: Warren Young Date: July 31 2010 9:17pm Subject: Re: class mysqlpp::examples::CommandLine List-Archive: http://lists.mysql.com/plusplus/9007 Message-Id: MIME-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Jul 31, 2010, at 2:47 PM, Crazy Pete wrote: > since the default value is 0, strlen segfaults. Hmm, I would have thought it would check its arguments. > i created a patch ...which isn't valid C++, but I got the idea. :) My patch is checked in now, and it fixes another line earlier in the = function that didn't handle a null "extra" parameter gracefully. Thanks!=