insomniacslk / dhcp

DHCPv6 and DHCPv4 packet library, client and server written in Go
BSD 3-Clause "New" or "Revised" License
710 stars 169 forks source link

Pin lz4 to v4.1.14 due to bug #490

Closed hugelgupf closed 1 year ago

hugelgupf commented 1 year ago

https://github.com/pierrec/lz4/issues/203

dhcp is not even directly using lz4, but because u-root is, having v4.1.17 listed here forces u-root to choose the larger version in MVS. u-root has to choose v4.1.14 until the bug is resolved.

So downgrading here as well.

codecov[bot] commented 1 year ago

Codecov Report

Base: 69.46% // Head: 69.46% // No change to project coverage :thumbsup:

Coverage data is based on head (2daf4ad) compared to base (6015ab1). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #490 +/- ## ======================================= Coverage 69.46% 69.46% ======================================= Files 90 90 Lines 5737 5737 ======================================= Hits 3985 3985 Misses 1571 1571 Partials 181 181 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.