<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,22 @@
 pid$target::dlopen:entry
 /arg0/
 {
-  self-&gt;path = copyinstr(arg0);
+  self-&gt;ppath = arg0;
+  self-&gt;path = &quot;&quot;;
 }
 
 pid$target::dlopen:return
-/self-&gt;path != 0/
+/self-&gt;path != &quot;&quot;/
 {
-  self-&gt;path = 0;
+  self-&gt;path = &quot;&quot;;
+}
+
+/* file name memory should be wired in by now */
+
+pid$target::open:entry
+/self-&gt;ppath &amp;&amp; self-&gt;path == &quot;&quot;/
+{
+  self-&gt;path = copyinstr(self-&gt;ppath);
 }
 
 /* opening the same file */</diff>
      <filename>lib.d</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45c41fdbfe8f887734ddb9f3431e864f6b869c6d</id>
    </parent>
  </parents>
  <author>
    <name>wagerlabs</name>
    <email>joelr1@gmail.com</email>
  </author>
  <url>http://github.com/wagerlabs/firefox-startup/commit/461bbfabfed663ef4d8fcc86f8a61042431db95e</url>
  <id>461bbfabfed663ef4d8fcc86f8a61042431db95e</id>
  <committed-date>2009-10-25T13:31:33-07:00</committed-date>
  <authored-date>2009-10-25T13:31:33-07:00</authored-date>
  <message>now more memory errors</message>
  <tree>e2ae97d62a17ac08d770659c2fa1f65797f46a6d</tree>
  <committer>
    <name>wagerlabs</name>
    <email>joelr1@gmail.com</email>
  </committer>
</commit>
