Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/npm/node_modules/safe-buffer/
DREADME.md331 ### Remote Memory Disclosure
366 ### Would this ever be a problem in real code?
410 ### Which real-world packages were vulnerable?
464 ### What's the solution?
492 ### How do we fix node.js core?
511 ### What's the real long-term fix?
538 ### Conclusion
/third_party/node/deps/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/
DREADME.md331 ### Remote Memory Disclosure
366 ### Would this ever be a problem in real code?
410 ### Which real-world packages were vulnerable?
464 ### What's the solution?
492 ### How do we fix node.js core?
511 ### What's the real long-term fix?
538 ### Conclusion
/third_party/node/deps/npm/node_modules/string_decoder/node_modules/safe-buffer/
DREADME.md333 ### Remote Memory Disclosure
368 ### Would this ever be a problem in real code?
412 ### Which real-world packages were vulnerable?
466 ### What's the solution?
494 ### How do we fix node.js core?
513 ### What's the real long-term fix?
540 ### Conclusion
/third_party/node/doc/api/
Dbuffer.md3262 [`Buffer.alloc()`]: #buffer_static_method_buffer_alloc_size_fill_encoding
3263 [`Buffer.allocUnsafe()`]: #buffer_static_method_buffer_allocunsafe_size
3264 [`Buffer.allocUnsafeSlow()`]: #buffer_static_method_buffer_allocunsafeslow_size
3265 [`Buffer.concat()`]: #buffer_static_method_buffer_concat_list_totallength
3266 [`Buffer.from(array)`]: #buffer_static_method_buffer_from_array
3267 [`Buffer.from(arrayBuf)`]: #buffer_static_method_buffer_from_arraybuffer_byteoffset_length
3268 [`Buffer.from(buffer)`]: #buffer_static_method_buffer_from_buffer
3269 [`Buffer.from(string)`]: #buffer_static_method_buffer_from_string_encoding
3270 [`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
3286 [`buf.buffer`]: #buffer_buf_buffer
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java152 private final boolean unsafe; field in CodedOutputStreamTest.NioDirectCoder
154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder()
158 NioDirectCoder(int size, int initialPosition, boolean unsafe) { in NioDirectCoder()
/third_party/node/lib/internal/per_context/
Dprimordials.js81 function makeSafe(unsafe, safe) { argument
/third_party/node/deps/npm/node_modules/npm-lifecycle/
Dindex.js279 const getSpawnArgs = ({ cmd, wd, opts, uid, gid, unsafe, env }) => { property
311 function runCmd_ (cmd, pkg, env, wd, opts, stage, unsafe, uid, gid, cb_) { argument
318 const [sh, args, conf] = getSpawnArgs({ cmd, wd, opts, uid, gid, unsafe, env }) property
/third_party/node/deps/npm/node_modules/ini/
Dini.js170 function unsafe (val, doUnesc) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java291 sun.misc.Unsafe unsafe = null; in getUnsafe() local
539 sun.misc.Unsafe unsafe; field in UnsafeUtil.MemoryAccessor
541 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor()
618 JvmMemoryAccessor(sun.misc.Unsafe unsafe) { in JvmMemoryAccessor()
710 Android64MemoryAccessor(sun.misc.Unsafe unsafe) { in Android64MemoryAccessor()
830 Android32MemoryAccessor(sun.misc.Unsafe unsafe) { in Android32MemoryAccessor()
DMessageSchema.java405 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo() local
1427 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2() local
1993 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3() local
2565 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2() local
4667 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField() local
4699 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField() local
4879 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message() local
5187 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto3Message() local
/third_party/Linux_Kernel/include/linux/
Dbinfmts.h37 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
Duwb.h116 int unsafe; member
/third_party/jinja2/
Dsandbox.py181 def unsafe(f): function
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py158 def unsafe(f): function
/third_party/ffmpeg/libavfilter/
Davf_concat.c45 unsigned unsafe; member
/third_party/python/Lib/
Duuid.py72 unsafe = -1 variable in SafeUUID
/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c537 int unsafe, int *qp, int is_interlaced, int is_top_field) in encode_slice()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp1670 USet *unsafe, in ucol_getUnsafeSet()
Drulebasedcollator.cpp1124 UBool unsafe = FALSE; in doCompare() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp1671 USet *unsafe, in ucol_getUnsafeSet()
Drulebasedcollator.cpp1124 UBool unsafe = FALSE; in doCompare() local
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1670 USet *unsafe, in ucol_getUnsafeSet()
Drulebasedcollator.cpp1124 UBool unsafe = FALSE; in doCompare() local
/third_party/Linux_Kernel/include/linux/uwb/
Dspec.h388 static inline void uwb_ie_drp_set_unsafe(struct uwb_ie_drp *ie, int unsafe) in uwb_ie_drp_set_unsafe()
/third_party/python/Lib/unittest/
Dmock.py426 _spec_as_instance=False, _eat_self=None, unsafe=False, **kwargs argument

12