Skip to content

Commit

Permalink
fix the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
stoletheminerals committed Oct 28, 2024
1 parent 2b7f389 commit f02404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/semgrep_rules/client/unsafe-cpp-constructs.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ruleid: unsafe_cpp_constructs
#ifdef UNSAFE_BUFFERS_BUILD
// TODO(): Remove this and
// convert code to safer constructs.
// ruleid: unsafe_cpp_constructs
#pragma allow_unsafe_buffers
#endif
// ruleid: unsafe_cpp_constructs
Expand Down

0 comments on commit f02404a

Please sign in to comment.