Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684341257
  • Loading branch information
FuzzTest Team authored and copybara-github committed Oct 10, 2024
1 parent 8813518 commit 2c3ddb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions centipede/puzzles/deep_recursion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <cstdint>
#include <cstdlib>

#include "absl/base/nullability.h"

// Deep recursion triggered by 'ABCDEF...'
void Recursive(const uint8_t *data, size_t size, size_t idx) {
if (idx > 5) std::abort();
Expand Down

0 comments on commit 2c3ddb6

Please sign in to comment.