Searched refs:descriptor (Results 1 – 5 of 5) sorted by relevance
8 …descriptor sanitizer) detects mishandling of file descriptor ownership, which tend to manifest as …43 …descriptor mismanagement by enforcing file descriptor ownership. Like how most memory allocations …45 …descriptor. 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 descriptor136 …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 …]
60 * [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.
234 reference has a corresponding descriptor, which contains a resolver function address and an argument270 The loader writes `tls_var@TPOFF` into the descriptor's argument.
62 struct snd_codec_desc descriptor[MAX_NUM_CODEC_DESCRIPTORS]; member
81 __u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member