René's URL Explorer Experiment


Title: Switch from strdup to memcpy to faithfully copy all bytes and prevent a crash in some cases. by tylerchurch · Pull Request #966 · nodegit/nodegit · GitHub

Open Graph Title: Switch from strdup to memcpy to faithfully copy all bytes and prevent a crash in some cases. by tylerchurch · Pull Request #966 · nodegit/nodegit

X Title: Switch from strdup to memcpy to faithfully copy all bytes and prevent a crash in some cases. by tylerchurch · Pull Request #966 · nodegit/nodegit

Description: This is a pull request to fix the issue I created over here: #965 To summarize over here why I'm making these changes: strdup expects a C-style null-terminated string, but sometimes we're using nodejs strings to pass in strings that contain nulls in the middle, thus failing to copy everything at best, and causing crashes from reading invalid memory locations at worst. Thus I changed to using malloc, memcpy and memset to prevent these issues. To explain my changes a little bit: I make the malloc'ed string one byte longer so I can add a terminating null character, since it looks like these templates are used in a number of different places, and for things like a repo path, where we do want things to end in a null character. I used memset instead of the more standard array-style access because most of the usages of these templates are const char *. The funky casts are because some places have void * instead of const char *, so to get the pointer arithmetic right, I had to specify the char *. C code isn't what I normally write, so let me apologize in advance if these changes aren't quite what they should be 😄 I'm happy to make any modifications necessary. The limited testing I've done seems to show that everything is working perfectly well with these changes.

Open Graph Description: This is a pull request to fix the issue I created over here: #965 To summarize over here why I'm making these changes: strdup expects a C-style null-terminated string, but sometimes we're ...

X Description: This is a pull request to fix the issue I created over here: #965 To summarize over here why I'm making these changes: strdup expects a C-style null-terminated string, but sometimes we&...

Opengraph URL: https://github.com/nodegit/nodegit/pull/966

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:08746efe-9902-6ea6-3722-3159d684535f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBE92:18A62A:433434B:5797799:6974E1CC
html-safe-nonce4b7ddb0c1d6464e2376681a15b6180b8baad60a75162722ce7cdf304f8069235
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRTkyOjE4QTYyQTo0MzM0MzRCOjU3OTc3OTk6Njk3NEUxQ0MiLCJ2aXNpdG9yX2lkIjoiNDM5MTAzODY5ODIwNDIyNTk5NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac084205c0ceb834d77f959370b1d231c84a84240e9d07d65c146314ac15a718fe
hovercard-subject-tagpull_request:63982652
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodegit/nodegit/pull/966/files
twitter:imagehttps://avatars.githubusercontent.com/u/2380817?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/2380817?s=400&v=4
og:image:altThis is a pull request to fix the issue I created over here: #965 To summarize over here why I'm making these changes: strdup expects a C-style null-terminated string, but sometimes we're ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/pull/966/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fpull%2F966%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fpull%2F966%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/pull/966/files
Reloadhttps://github.com/nodegit/nodegit/pull/966/files
Reloadhttps://github.com/nodegit/nodegit/pull/966/files
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 697 https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://github.com/nodegit/nodegit
Issues 343 https://github.com/nodegit/nodegit/issues
Pull requests 19 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects 0 https://github.com/nodegit/nodegit/projects
Security 0 https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Code https://github.com/nodegit/nodegit
Issues https://github.com/nodegit/nodegit/issues
Pull requests https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodegit%2Fnodegit%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodegit%2Fnodegit%2Fissues%2Fnew%2Fchoose
johnhaley81https://github.com/johnhaley81
nodegit:masterhttps://github.com/nodegit/nodegit/tree/master
tylerchurch:fix-strdup-crashhttps://github.com/tylerchurch/nodegit/tree/fix-strdup-crash
Conversation 4 https://github.com/nodegit/nodegit/pull/966
Commits 2 https://github.com/nodegit/nodegit/pull/966/commits
Checks 0 https://github.com/nodegit/nodegit/pull/966/checks
Files changed https://github.com/nodegit/nodegit/pull/966/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/966/files
Switch from strdup to memcpy to faithfully copy all bytes and prevent a crash in some cases. https://github.com/nodegit/nodegit/pull/966/files#top
Show all changes 2 commits https://github.com/nodegit/nodegit/pull/966/files
74e85a5 Switch from strdup to memcpy to faithfully copy all bytes and prevent… tylerc Mar 24, 2016 https://github.com/nodegit/nodegit/pull/966/commits/74e85a5c7bf7b2b4c9098481f6c6a042e3d8826d
c866391 Add some comments explaining the switch between strdup and malloc/mem… tylerc Mar 24, 2016 https://github.com/nodegit/nodegit/pull/966/commits/c866391086889e5b4cdfdec745ecf808ea1b64e6
Clear filters https://github.com/nodegit/nodegit/pull/966/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/966/files
Please reload this pagehttps://github.com/nodegit/nodegit/pull/966/files
generate/templates/partials/convert_from_v8.cchttps://github.com/nodegit/nodegit/pull/966/files#diff-ac3d56f8bddc6867d0eac67adf8117dce6602602acbdb8cf18c85293535aaf0f
View file https://github.com/tylerchurch/nodegit/blob/c866391086889e5b4cdfdec745ecf808ea1b64e6/generate/templates/partials/convert_from_v8.cc
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodegit/nodegit/pull/966/{{ revealButtonHref }}
https://github.com/nodegit/nodegit/pull/966/files#diff-ac3d56f8bddc6867d0eac67adf8117dce6602602acbdb8cf18c85293535aaf0f
https://github.com/nodegit/nodegit/pull/966/files#diff-ac3d56f8bddc6867d0eac67adf8117dce6602602acbdb8cf18c85293535aaf0f
https://github.com/nodegit/nodegit/pull/966/files#diff-ac3d56f8bddc6867d0eac67adf8117dce6602602acbdb8cf18c85293535aaf0f
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.