0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/src
Ben Noordhuis 7e40c7ddc9 buffers: fix intermittent out of bounds error
The base64 decoder would intermittently throw an out-of-bounds exception when
the buffer in `buf.write('', 'base64')` was a zero-sized buffer located at the
end of the slab.

Fixes #2657.
2012-02-02 19:14:06 +01:00
..
cares_wrap.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
fs_event_wrap.cc fs: fix fs.watch() segmentation fault 2011-12-07 23:19:57 +01:00
handle_wrap.cc handle_wrap: guard against uninitialized handle or double close 2012-01-09 20:54:37 +01:00
handle_wrap.h Fix #2257 pause/resume semantics for stdin 2011-12-05 16:47:11 -08:00
macros.py Improve gyp build - now works kind of 2011-08-06 03:12:06 -07:00
node_buffer.cc buffers: fix intermittent out of bounds error 2012-02-02 19:14:06 +01:00
node_buffer.h Fix #2473 2012-01-10 10:49:38 -08:00
node_config.h.in Update copyright headers 2011-03-14 17:37:05 -07:00
node_constants.cc tls: expose more openssl SSL context options 2011-11-21 13:59:43 +01:00
node_constants.h Update copyright headers 2011-03-14 17:37:05 -07:00
node_crypto.cc crypto: silence unused variable warning 2012-01-22 18:20:03 +01:00
node_crypto.h Revert "crypto: add SecureContext.clearOptions() method" 2012-01-06 12:01:58 -08:00
node_dtrace.cc Compatibility issue and warning in x-forwarded-for dtrace probe 2011-06-08 05:06:09 +02:00
node_dtrace.h DTrace probes: support X-Forwarded-For 2011-06-04 16:05:01 +02:00
node_extensions.cc Fix line endings and trailing whitespace 2011-11-04 16:24:34 +01:00
node_extensions.h Remove tty_legacy 2011-10-11 13:41:33 -07:00
node_file.cc fs: fix typo in error message 2011-12-13 16:02:14 +01:00
node_file.h Finally remove node::EventEmitter 2011-07-19 01:46:38 -07:00
node_http_parser.cc Potential fix for #2438 2012-01-03 17:43:39 -08:00
node_http_parser.h Update copyright headers 2011-03-14 17:37:05 -07:00
node_io_watcher.cc Revert "remove node_io_watcher" 2011-10-28 15:35:38 -07:00
node_io_watcher.h Revert "remove node_io_watcher" 2011-10-28 15:35:38 -07:00
node_javascript.cc Basic VC++ compatibility work. 2011-08-06 03:31:29 -07:00
node_javascript.h Update copyright headers 2011-03-14 17:37:05 -07:00
node_main.cc Update copyright headers 2011-03-14 17:37:05 -07:00
node_object_wrap.h Fixes #2140. Fix illumos build. 2011-11-17 11:39:34 -08:00
node_os.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
node_os.h Update copyright headers 2011-03-14 17:37:05 -07:00
node_provider.d DTrace probes: support X-Forwarded-For 2011-06-04 16:05:01 +02:00
node_root_certs.h Fixes #1610 Remove DigiNotar CA from trusted list 2011-08-30 08:53:21 -07:00
node_script.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
node_script.h Batch of ev -> uv changes 2011-05-23 17:31:29 -07:00
node_signal_watcher.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
node_signal_watcher.h Upgrade libuv to ea4271f 2011-08-31 01:53:30 -07:00
node_stat_watcher.cc Remove StatWatcher's dep on C++ EventEmitter 2011-07-19 01:23:50 -07:00
node_stat_watcher.h Upgrade libuv to ea4271f 2011-08-31 01:53:30 -07:00
node_string.cc Update copyright headers 2011-03-14 17:37:05 -07:00
node_string.h Update copyright headers 2011-03-14 17:37:05 -07:00
node_version.h Now working on 0.6.10 2012-01-27 16:54:40 -08:00
node_zlib.cc zlib: C++ style fixes 2012-01-12 01:43:49 +06:00
node.cc Avoid unnecessary buffer to string conversion. 2012-01-09 00:50:26 +01:00
node.d DTrace probes: support X-Forwarded-For 2011-06-04 16:05:01 +02:00
node.h fix windows build 2012-01-23 01:35:11 -08:00
node.js Fix #2507 Raise errors less agressively when destroying stdio streams 2012-01-26 17:55:44 -08:00
pipe_wrap.cc Fix #2257 pause/resume semantics for stdin 2011-12-05 16:47:11 -08:00
pipe_wrap.h binding for uv_pipe_pending_instances 2011-12-01 13:57:47 -08:00
platform_darwin_proctitle.cc
platform_darwin.cc Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
platform_freebsd.cc Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
platform_linux.cc linux: unbreak build if HAVE_MONOTONIC_CLOCK=0 2011-10-28 23:47:08 +02:00
platform_none.cc Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
platform_openbsd.cc Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
platform_sunos.cc sunos: don't use exceptions 2011-10-26 05:09:21 +00:00
platform_win32.cc win: fix mismatched new[]/delete 2011-12-26 03:27:28 +01:00
platform_win32.h Fix line endings and trailing whitespace 2011-11-04 16:24:34 +01:00
platform.h Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
process_wrap.cc child_process: fix segfault after failed spawn 2012-01-09 20:54:37 +01:00
req_wrap.h Add missing copyright headers 2011-11-02 10:00:57 -07:00
stream_wrap.cc Fix #2473 2012-01-10 10:49:38 -08:00
stream_wrap.h Add missing copyright headers 2011-11-02 10:00:57 -07:00
tcp_wrap.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
tcp_wrap.h Add missing copyright headers 2011-11-02 10:00:57 -07:00
timer_wrap.cc Remove stray NODE_MODULE() semi-colons. 2011-11-09 16:34:09 +01:00
tty_wrap.cc Fix #2257 pause/resume semantics for stdin 2011-12-05 16:47:11 -08:00
udp_wrap.cc dgram: bring back setTTL() 2012-01-24 00:11:45 +01:00
v8_typed_array.cc typed arrays: set class name 2012-01-17 16:20:39 +01:00
v8_typed_array.h typed arrays: integrate plask's typed array implementation 2011-08-12 18:42:24 +02:00
v8constants.h simple DTrace ustack helper 2011-12-16 11:38:20 -08:00
v8ustack.d simple DTrace ustack helper 2011-12-16 11:38:20 -08:00