| 1075 | } |
| 1076 | |
| 1077 | static inline void trigger_uaf(struct mnl_socket *route_socket, int ifindex, u32 hfsc_classid) |
| 1078 | { |
| 1079 | delete_tclass(route_socket, ifindex, TC_H_MAJ(hfsc_classid), hfsc_classid); |
| 1080 | } |
| 1081 | |
| 1082 | void heap_read_primitive_init( |
| 1083 | struct heap_read_primitive *heap_read_primitive, |
no test coverage detected