B1aN

Results 2 issues of B1aN

File and line number: KVM-PT/include/uapi/linux/kvm.h.patch:68-74 Problem: The io code is not correct. Original Code: ```C++ #define KVM_VMX_PT_ENABLE_ADDR0 _IO(KVMIO, 0xaa) /* enable IP-filtering for addr0 */ #define KVM_VMX_PT_ENABLE_ADDR1 _IO(KVMIO, 0xab) /*...

## Description of the bug The api defined in ```apps/rowboat/app/api/uploads/[fileId]/route.ts``` should not be available to anyone. Wrong configuration make anonymous can access to this api. ```typescript // PUT endpoint to...