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

Prevent decode function from accesing data that is out of bounds #41

Merged
merged 4 commits into from
Dec 5, 2021

Conversation

M0r13n
Copy link
Owner

@M0r13n M0r13n commented Dec 3, 2021

Closes #40

@codecov
Copy link

codecov bot commented Dec 4, 2021

Codecov Report

Merging #41 (d3f4c3b) into master (5527830) will decrease coverage by 0.89%.
The diff coverage is 82.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   94.85%   93.96%   -0.90%     
==========================================
  Files           9        9              
  Lines         856      912      +56     
==========================================
+ Hits          812      857      +45     
- Misses         44       55      +11     
Impacted Files Coverage Δ
pyais/decode.py 92.97% <77.55%> (-5.61%) ⬇️
pyais/util.py 97.46% <100.00%> (+0.45%) ⬆️

@M0r13n M0r13n merged commit da2d434 into master Dec 5, 2021
@M0r13n M0r13n deleted the out-of-bounds-access branch March 20, 2022 13:06
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.

Non-deterministic results from 'decode_msg'
1 participant