[PD-cvs] pd/src s_path.c,1.3.4.6.2.8.2.12,1.3.4.6.2.8.2.13

Mathieu Bouchard matju at users.sourceforge.net
Mon Jul 30 22:31:41 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24507

Modified Files:
      Tag: desiredata
	s_path.c 
Log Message:
fix for invalid write


Index: s_path.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_path.c,v
retrieving revision 1.3.4.6.2.8.2.12
retrieving revision 1.3.4.6.2.8.2.13
diff -C2 -d -r1.3.4.6.2.8.2.12 -r1.3.4.6.2.8.2.13
*** s_path.c	20 Jul 2007 04:23:40 -0000	1.3.4.6.2.8.2.12
--- s_path.c	30 Jul 2007 20:31:39 -0000	1.3.4.6.2.8.2.13
***************
*** 308,313 ****
  extern "C" int sys_rcfile () {
      char *fname, *home = getenv("HOME");
-     // parse a startup file */
-     *fname = 0;
      asprintf(&fname,"%s/%s",home? home : ".",STARTUPNAME);
      int r = sys_parsercfile(fname);
--- 308,311 ----





More information about the Pd-cvs mailing list