Your message dated Wed, 14 Aug 2013 08:55:27 +0200
with message-id <520b29df.1010...@melix.org>
and subject line Re: nodejs: test/simple/test-buffer.js segfaults
has caused the Debian Bug report #703666,
regarding nodejs: test/simple/test-buffer.js segfaults
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
703666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nodejs
Version: 0.10.1~dfsg1-1
Severity: normal

This bug is a placeholder for a segfaults that happens with
nodejs 0.10.x and its libv8 (3.14.5.8) dependency.


Upstream has a patch for libv8 to fix that bug, but i'm not sure
it is a libv8 bug :

--- a/src/v8utils.h
+++ b/src/v8utils.h
@@ -209,6 +209,8 @@

 template <typename sourcechar, typename sinkchar>
 void CopyChars(sinkchar* dest, const sourcechar* src, int chars) {
+  ASSERT(chars >= 0);
+  if (chars == 0) return;
   sinkchar* limit = dest + chars;
 #ifdef V8_HOST_CAN_READ_UNALIGNED
   if (sizeof(*dest) == sizeof(*src)) {

--- End Message ---
--- Begin Message ---
Fixed in version 0.10.15~dfsg1-4

Jérémy.

--- End Message ---
_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to