Ethereal-dev: Re: [Ethereal-dev] Patch: wsp: g_strdup_printf() instead of g_malloc() and sprin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 13 Nov 2003 15:44:37 -0800

On Nov 13, 2003, at 1:33 PM, Biot Olivier wrote:

Attached patch replaces "g_malloc(); s[n]printf()" calls with the simple to
use and safe g_strdup_printf() call (thanks Guy to mention this!).

Checked in.