diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-06 11:32:38 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-06 11:32:38 -0800 |
commit | fd1b1d81d1a1542ec148ed39adc466b7f736a2b5 (patch) | |
tree | f7bdf2e37aa03f3f37007da7d4e537cebd827f65 /src/library.js | |
parent | d2ba2dcfc11846ec1f9a36c93055a7500a93f669 (diff) |
strengthen SAFE_HEAP checks for copied values
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 4b315a9e..cc8fe45f 100644 --- a/src/library.js +++ b/src/library.js @@ -547,7 +547,6 @@ var Library = { // TODO: optimize for the typed arrays case // || 0, since memcpy sometimes copies uninitialized areas XXX: Investigate why initializing alloc'ed memory does not fix that too {{{ makeCopyValue('dest', 'i', 'src', 'i', 'null', ' || 0') }}}; - // XXX Try copying the safe-heap type info, instead of using null } }, llvm_memcpy_i32: 'memcpy', |