Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon8.gif   segmentation fault, posted by Heiko Scheit on Fri Feb 13 12:18:19 2004 
    icon7.gif   Re: segmentation fault, posted by Stefan Ritt on Fri Feb 13 21:50:09 2004 
Message ID: 471     Entry time: Fri Feb 13 21:50:09 2004     In reply to: 467
Icon: Smile  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category:   OS: Linux  ELOG Version: 2.5.0 
Subject: Re: segmentation fault 
This problem has been fixed recently. The new code is

   /* special case: "Change %s" */
   if (strstr(orig, "Change ") && strcmp(orig, "Change %s") != 0) {
      sprintf(result, loc("Change %s"), orig + 7);
      return result;
   }

Alternatively you can get the updated version from CVS.

- Stefan
ELOG V3.1.5-fe60aaf