Skip to content

Commit

Permalink
remove fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Mar 13, 2024
1 parent a1a46a7 commit b1ff745
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/fuzz/add_message_str.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ LLVMFuzzerTestOneInput( const uint8_t *data, size_t size ) {

memcpy( terminated_data, data, size );
terminated_data[size] = '\0';
if( size >= 8 ) {
printf( "%s\n", *((char **)data) );
}

target = stumpless_open_buffer_target( "fuzzer", buffer, sizeof( buffer ) );
stumpless_add_message_str( target, terminated_data );
Expand Down

0 comments on commit b1ff745

Please sign in to comment.