Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 5 of 5) sorted by relevance

/bionic/docs/
Dfdsan.md8descriptor sanitizer) detects mishandling of file descriptor ownership, which tend to manifest as …
43descriptor mismanagement by enforcing file descriptor ownership. Like how most memory allocations …
45descriptor. The tag consists of an 8-bit type byte that identifies the type of the owner (`enum an…
47 If a file descriptor that's been marked with a tag is closed with an incorrect tag, or without a ta…
63 The likelihood of fdsan catching a file descriptor error is proportional to the percentage of file …
134 fdsan_test: good failed to write?!: Bad file descriptor
136 …le descriptor too early, or someone else is helpfully closing it for us. Let's use `android::base:…
158 Now that we've guarded the file descriptor with fdsan, we should be able to find where the double c…
163 Abort message: 'attempted to close file descriptor 3, expected to be unowned, actually owned by uni…
186 …. What actually happened is that the culprit closed `bystander`'s file descriptor between its open…
[all …]
Dstatus.md60 * [fdsan](fdsan.md) now aborts when it detects common file descriptor errors,
82 * [fdsan](fdsan.md) detects and logs common file descriptor errors at runtime.
Delf-tls.md234 reference has a corresponding descriptor, which contains a resolver function address and an argument
270 The loader writes `tls_var@TPOFF` into the descriptor's argument.
/bionic/libc/kernel/uapi/sound/
Dcompress_offload.h62 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member
/bionic/libc/kernel/uapi/linux/
Dfscrypt.h81 __u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member