Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weiyang-github/lorawan-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JiapengLi/lorawan-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 16, 2019

  1. fixed maccmd log issue

    JiapengLi committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d5178fa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Fix of by one error on encryption of multiples of 16

    Function `lw_encrypt` overruns data sizes which are a multiple of
    the key length (and thus encrypts whatever comes next in memory.
    This fix takes care of the edge case.
    kratenko committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ae8f547 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Merge pull request JiapengLi#15 from kratenko/master

    Fix of by one error on encryption of multiples of 16
    JiapengLi authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3fe6103 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Free the spi_device pointer before early returns.

    The allocated memory for spi_device was not free()'d in the case where
    the SPI device cannot be opened, nor in the case where the SPI port
    cannot be set to 8 bits per word.
    fistaco committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    1d866d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Merge pull request JiapengLi#16 from fistaco/fix-spi-native-memleak

    Free the spi_device pointer before early returns.
    JiapengLi authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    010a8f1 View commit details
    Browse the repository at this point in the history
Loading