FreeBSD kernel kern code
COutOfBoundsData Struct Reference
Collaboration diagram for COutOfBoundsData:

Data Fields

struct CSourceLocation mLocation
 
struct CTypeDescriptormArrayType
 
struct CTypeDescriptormIndexType
 

Detailed Description

Definition at line 205 of file kern_ubsan.c.

Field Documentation

◆ mArrayType

struct CTypeDescriptor* COutOfBoundsData::mArrayType

Definition at line 207 of file kern_ubsan.c.

Referenced by HandleOutOfBounds().

◆ mIndexType

struct CTypeDescriptor* COutOfBoundsData::mIndexType

Definition at line 208 of file kern_ubsan.c.

Referenced by HandleOutOfBounds().

◆ mLocation

struct CSourceLocation COutOfBoundsData::mLocation

Definition at line 206 of file kern_ubsan.c.

Referenced by HandleOutOfBounds().


The documentation for this struct was generated from the following file: