Hello,

There was no comment on the latest proposed patch. The first part of it
should be actually fixed by the patch for 669308, but what about the
second part, attached to thix mail?

Samuel
--- a/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp       2012-02-19 
18:45:45.000000000 +0100
+++ b/Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp       2012-04-23 
10:24:41.000000000 +0200
@@ -37,9 +37,13 @@
         return CString();
     return CString(readLinkBuffer, result);
 }
-#elif OS(UNIX)
+#elif OS(HURD)
 CString getCurrentExecutablePath()
 {
+  return CString();
+}
+#elif OS(UNIX)
+{
     static char readLinkBuffer[PATH_MAX];
     ssize_t result = readlink("/proc/curproc/file", readLinkBuffer, PATH_MAX);
     if (result == -1)

Reply via email to