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: orhun/zps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.7
Choose a base ref
...
head repository: orhun/zps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.8
Choose a head ref
  • 15 commits
  • 13 files changed
  • 2 contributors

Commits on Jan 1, 2022

  1. Update license copyright years

    orhun committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    2c3995a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    4f7a43a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Fix the possible out-of-bound issue when reading file

    When the size of file content greater than BLOCK_SIZE (4096),
        it's possible to access the fileContent string out of bounds.
    
    This commit fixes the issue by checking if the index variable i
        is less than BLOCK_SIZE - 1 and fill '\0' at the end of the
        string. It also modifies the return value checking condition
        of read function to be '> 0' rather then '!= 0', which
        terminates file reading when unexpected error occurs.
    Cycatz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4a270fd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    549dd04 View commit details
    Browse the repository at this point in the history
  2. Update the comment style

    orhun committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d4ac467 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from Cycatz/master

    Fix the possible out-of-bound issue when reading file
    orhun authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6668856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c406d60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af752ba View commit details
    Browse the repository at this point in the history
  6. Update for loop style

    orhun committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4d42cf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    8b09507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d2c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4886e6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb45a6 View commit details
    Browse the repository at this point in the history
  5. Move release.sh to scripts

    orhun committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5673d3c View commit details
    Browse the repository at this point in the history
  6. Bump version

    orhun committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6693187 View commit details
    Browse the repository at this point in the history
Loading