mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
This release has some patches merged back upstream, thanks to George Liaskos. Security: http://vuxml.org/freebsd/3bfc7016-4bcc-11e3-b0cf-00262d5ed8ee.html Security: http://vuxml.org/freebsd/e62ab2af-4df4-11e3-b0cf-00262d5ed8ee.html
11 lines
445 B
C++
11 lines
445 B
C++
--- v8/src/platform-freebsd.cc.orig 2013-11-08 08:01:04.000000000 +0100
|
|
+++ v8/src/platform-freebsd.cc 2013-11-15 14:07:46.000000000 +0100
|
|
@@ -189,7 +189,7 @@
|
|
// There may be no filename in this line. Skip to next.
|
|
if (start_of_path == NULL) continue;
|
|
buffer[bytes_read] = 0;
|
|
- LOG(isolate SharedLibraryEvent(start_of_path, start, end));
|
|
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
|
|
}
|
|
close(fd);
|
|
}
|