[rrd-developers] Patch to fix core dump on Tcl module
Ricardo Jorge
ricardoj at tridata.com.br
Sat Oct 9 02:37:28 MEST 2004
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:rrd-developers-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-developers-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-developers
mailing list