Skip to content

Commit

Permalink
fixup! fixup! Patch ubsan - Fix undefined references to ubsan functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-612 committed May 3, 2024
1 parent bde5d74 commit e44ccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/ubsan.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void __ubsan_handle_negate_overflow(struct overflow_data *data,
void __ubsan_handle_divrem_overflow(struct overflow_data *data,
unsigned long lhs, unsigned long rhs);
void __ubsan_handle_pointer_overflow(struct overflow_data *data,
unsigned long old_val);
unsigned long lhs, unsigned long rhs);
void __ubsan_handle_shift_out_of_bounds(struct shift_out_of_bounds_data *data,
unsigned long lhs, unsigned long rhs);
void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data,
Expand Down

0 comments on commit e44ccdb

Please sign in to comment.