Greetings, and thanks so much! > Hi Camm,
> On Wed, Apr 23, 2014 at 7:36 PM, Camm Maguire <[email protected]> wrote: > > This code used to work for years, but now that I examine it in greater > > detail, call_proc_new is missing va_end(). I don't know if that is > > relevant. > A missing va_end() is a serious bug, causing all kinds of (stack) corruption. > Does the problem go away if you add the va_end()? My apologies, false alarm -- there is indeed correct usage of va_end throughout. Take care, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

