Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add casr-lua to casr-libfuzzer #242

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PaDarochek
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 17, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 66.46%. Comparing base (840145d) to head (e528f27).

Files with missing lines Patch % Lines
casr/src/bin/casr-libfuzzer.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
+ Coverage   66.45%   66.46%   +0.01%     
==========================================
  Files          34       34              
  Lines        8179     8186       +7     
==========================================
+ Hits         5435     5441       +6     
- Misses       2744     2745       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PaDarochek PaDarochek marked this pull request as draft February 19, 2025 15:43
@@ -180,6 +188,8 @@ fn main() -> Result<()> {
// Get input file argument index.
let at_index = if let Some(idx) = argv.iter().skip(1).position(|s| s.contains("@@")) {
idx + 1
} else if tool.eq("casr-lua") {
0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use None for stdin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants