Dear developers !

    I am sending the patch that fix core dump when running rrdtool from Tcl.

    I hope that help others. Thank you.

             Ricardo Jorge

================== diff.txt ================

96c96
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
124c124
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
152c152
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
197c197
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
242c242
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
267c267
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
292c292
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);
317c317
<     getopt_cleanup(argv, argv2);
---
 >     getopt_cleanup(argc, argv2);


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to