MCPcopy Create free account
hub / github.com/axboe/liburing / liburing_sanitize_address

Function liburing_sanitize_address

src/sanitize.c:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void liburing_sanitize_address(const void *addr)
144{
145 if (__asan_address_is_poisoned(addr) != 0) {
146 __asan_describe_address((void *)addr);
147 exit(1);
148 }
149}
150
151void liburing_sanitize_region(const void *addr, unsigned int len)
152{

Callers 6

do_registerFunction · 0.70
io_uring_register_filesFunction · 0.70
io_uring_buf_ring_headFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected