Skip to content

Commit

Permalink
should compile using clang12^
Browse files Browse the repository at this point in the history
Signed-off-by: rksharma95 <[email protected]>
  • Loading branch information
rksharma95 committed Nov 21, 2024
1 parent f3c18bc commit c263c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KubeArmor/BPF/system_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ static __always_inline int save_str_to_buffer(bufs_t *bufs_p, void *ptr) {
return 0;
}

*off = new_off;
// *off = new_off;
set_buffer_offset(DATA_BUF_TYPE, new_off);

return sz + sizeof(int);
Expand Down

0 comments on commit c263c8e

Please sign in to comment.