-
-
Notifications
You must be signed in to change notification settings - Fork 29
Replaces ConcNameAndVersion and ConcDirAndName macros with functions #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6a550b4
Replaces ConcNameAndVersion and ConcDirAndName macros with functions
nbriggs 409617b
Adds destination size to conc_... functions and switch to strlcpy/str…
nbriggs 4c6aef8
Replaces all strcpy() by strlcpy() in dsk.c
nbriggs d1f7361
Replaces strcat() with strlcat() in dsk.c
nbriggs 9557ae8
Updates unixpathname() signature to include output string length, rep…
nbriggs 11b81f6
Replaces all calls to sprintf() with snprintf() in ufs.c
nbriggs dfb820c
Replace sprintf() with snprintf()
nbriggs 55209aa
Adds size of output parameter to lisppathname() and replaces various …
nbriggs 353f6d2
Clean up quote_fname, quote_fname_ufs, and quote_dname
nbriggs 4de8b73
Replaces unchecked strcpy/strcat with strlcpy/strlcat
nbriggs 987fa63
Replaces unchecked strcpy with strlcpy.
nbriggs 2432792
Replaces unchecked strcpy with strlcpy.
nbriggs d4a9286
Replaces unchecked strcpy with strlcpy.
nbriggs 38d65df
Replaces unchecked strcpy/strcat with strlcpy/strlcat
nbriggs babe728
Improves performance of some file operations, fixes some memory leaks…
nbriggs 5190a39
Resolves issue medley #2165 ignored quoting characters in filename
nbriggs e745381
Fixup: wrong quoting function used in updates to enum_ufs, enum_ufs_prop
nbriggs fe7beaf
"as if" => "as is" in comments.
nbriggs 04ad740
Adds GETFILEATTRIBUTE processing for INODE_LO and INODE_HI attributes.
nbriggs 67f8cc0
Cleanup UnixVersionToLispVersion and LispVersionToUnixVersion
nbriggs d4a882a
Uses sizeof() or passed size, where known, in calls to conc_name_and_…
nbriggs 51a3368
Resolves error and style complaints by Gemini code review
nbriggs 4dfbdf2
Responds to Gemini review of potential buffer overflows in quote_... fns
nbriggs 9f1bcb9
Simplify conc_dir_and_name implementation for Gemini
nbriggs e2f69f4
Adds comment clarifying requirement to call alarm(0) after S_TOUT
nbriggs 60e12da
Removes comment that is now unnecessary/confusing
nbriggs 673ec07
Updates CMakeLists.txt to reflect removal of inc/lispver2.h
nbriggs 8ad8b4d
Removes unused local variable len
nbriggs 3d09555
Removes assigned-but-not-used rval in DSK_getfilename and redundant …
nbriggs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.