-
-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: orhun/zps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 13 files changed
- 2 contributors
Commits on Jan 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c3995a - Browse repository at this point
Copy the full SHA 2c3995aView commit details
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f7a43a - Browse repository at this point
Copy the full SHA 4f7a43aView commit details
Commits on Nov 4, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4a270fd - Browse repository at this point
Copy the full SHA 4a270fdView commit details
Commits on Nov 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 549dd04 - Browse repository at this point
Copy the full SHA 549dd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ac467 - Browse repository at this point
Copy the full SHA d4ac467View commit details -
Merge pull request #14 from Cycatz/master
Fix the possible out-of-bound issue when reading file
Configuration menu - View commit details
-
Copy full SHA for 6668856 - Browse repository at this point
Copy the full SHA 6668856View commit details -
Configuration menu - View commit details
-
Copy full SHA for c406d60 - Browse repository at this point
Copy the full SHA c406d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for af752ba - Browse repository at this point
Copy the full SHA af752baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d42cf4 - Browse repository at this point
Copy the full SHA 4d42cf4View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b09507 - Browse repository at this point
Copy the full SHA 8b09507View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d2c60 - Browse repository at this point
Copy the full SHA a8d2c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4886e6f - Browse repository at this point
Copy the full SHA 4886e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb45a6 - Browse repository at this point
Copy the full SHA 8fb45a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5673d3c - Browse repository at this point
Copy the full SHA 5673d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6693187 - Browse repository at this point
Copy the full SHA 6693187View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.7...1.2.8