Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
b5e4e283
Commit
b5e4e283
authored
Nov 01, 2020
by
Bhargava Shastry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ossfuzz: Fix mruby include paths
parent
f000856d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
oss-fuzz/mruby_proto_fuzzer.cpp
oss-fuzz/mruby_proto_fuzzer.cpp
+2
-2
oss-fuzz/proto_to_ruby.h
oss-fuzz/proto_to_ruby.h
+1
-1
No files found.
oss-fuzz/mruby_proto_fuzzer.cpp
View file @
b5e4e283
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
#include <mruby.h>
#include <mruby.h>
#include <mruby/compile.h>
#include <mruby/compile.h>
#include
"libprotobuf-mutator/src/libfuzzer/libfuzzer_macro.h"
#include
<src/libfuzzer/libfuzzer_macro.h>
#include
"ruby.pb.h"
#include
<ruby.pb.h>
#include "proto_to_ruby.h"
#include "proto_to_ruby.h"
using
namespace
ruby_fuzzer
;
using
namespace
ruby_fuzzer
;
...
...
oss-fuzz/proto_to_ruby.h
View file @
b5e4e283
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#include <ostream>
#include <ostream>
#include <sstream>
#include <sstream>
#include <stack>
#include <stack>
#include
"ruby.pb.h"
#include
<ruby.pb.h>
namespace
ruby_fuzzer
{
namespace
ruby_fuzzer
{
class
protoConverter
class
protoConverter
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment