================
@@ -166,7 +166,7 @@ void test_block() {
^MIG_SERVER_ROUTINE (mach_port_name_t port,
vm_address_t address, vm_size_t size) {
vm_deallocate(port, address, size); // expected-note{{Value passed
through parameter 'address' is deallocated}}
- return KERN_ERROR; // expected-warning{{MIG callback fails with error
after deallocating argument value. This is a use-after-free vulnerability
because the caller will try to deallocate it again}}
+ return KERN_ERROR; // expected-warning{{MIG callback fails with error
after deallocating argument value. This is a use-after-free vulnerability
because the caller will try to deallocate it again}}
----------------
AaronBallman wrote:
Unrelated change can be backed out
https://github.com/llvm/llvm-project/pull/210945
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits