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

Fix UTCTimeField before epoch on Windows #4357

Merged
merged 1 commit into from Apr 27, 2024

Conversation

gpotter2
Copy link
Member

This PR:

  • fixes UTCTimeField that have a value before 1970 on Windows

fixes #4308

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.12%. Comparing base (cd2fed9) to head (7ec34e5).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4357      +/-   ##
==========================================
- Coverage   82.13%   82.12%   -0.01%     
==========================================
  Files         350      350              
  Lines       83136    83183      +47     
==========================================
+ Hits        68280    68314      +34     
- Misses      14856    14869      +13     
Files Coverage Δ
scapy/fields.py 92.39% <100.00%> (ø)

... and 14 files with indirect coverage changes

polybassa
polybassa previously approved these changes Apr 24, 2024
@gpotter2 gpotter2 added this to the 2.6.0 milestone Apr 27, 2024
@gpotter2 gpotter2 merged commit 7ec9023 into secdev:master Apr 27, 2024
23 checks passed
@gpotter2 gpotter2 deleted the utctimefield-win branch April 27, 2024 19:22
This fixes UTCTimeField that have a value before 1970 on Windows.
fixes secdev#4308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UTCTimeField and negative value on Windows
2 participants