1. 10 Mar, 2020 1 commit
  2. 21 Feb, 2020 1 commit
  3. 17 Feb, 2020 2 commits
  4. 16 Feb, 2020 1 commit
  5. 12 Feb, 2020 2 commits
  6. 11 Feb, 2020 3 commits
  7. 07 Feb, 2020 8 commits
  8. 06 Feb, 2020 2 commits
  9. 05 Feb, 2020 1 commit
  10. 04 Feb, 2020 7 commits
  11. 03 Feb, 2020 5 commits
  12. 31 Jan, 2020 3 commits
  13. 30 Jan, 2020 3 commits
  14. 26 Jan, 2020 1 commit
    • Max Lv's avatar
      Fix the byte to positive int issue. · e4382d9d
      Max Lv authored
      After masking the subnet, we convert it from int to byte and store it back to
      bytearray.  Then in the matches() function, we convert the masked addr from int
      to byte again, which may be converted to a negative value due to overflow.
      
      Also adding a unit test to cover this case.
      e4382d9d