René's URL Explorer Experiment


Title: patch_parse: fix parsing addition/deletion of file with space by pks-t · Pull Request #5035 · libgit2/libgit2 · GitHub

Open Graph Title: patch_parse: fix parsing addition/deletion of file with space by pks-t · Pull Request #5035 · libgit2/libgit2

X Title: patch_parse: fix parsing addition/deletion of file with space by pks-t · Pull Request #5035 · libgit2/libgit2

Description: The diff header format is a strange beast in that it is inherently unparseable in an unambiguous way. While parsing a/file.txt b/file.txt is obvious and trivially doable, parsing a diff header of a/file b/file ab.txt b/file b/file ab.txt is not (but in fact valid and created by git.git). Due to that, we have relaxed our diff header parser in commit 80226b5 (patch_parse: allow parsing ambiguous patch headers, 2017-09-22), so that we started to bail out when seeing diff headers with spaces in their file names. Instead, we try to use the "---" and "+++" lines, which are unambiguous. In some cases, though, we neither have a useable file name from the header nor from the "---" or "+++" lines. This is the case when we have a deletion or addition of a file with spaces: the header is unparseable and the other lines will simply show "/dev/null". This trips our parsing logic when we try to extract the prefix (the "a/" part) that is being used in the path line, where we unconditionally try to dereference a NULL pointer in such a scenario. We can fix this by simply not trying to parse the prefix in cases where we have no useable path name. That'd leave the parsed patch without either old_prefix or new_prefix populated. But in fact such cases are already handled by users of the patch object, which simply opt to use the default prefixes in that case.

Open Graph Description: The diff header format is a strange beast in that it is inherently unparseable in an unambiguous way. While parsing a/file.txt b/file.txt is obvious and trivially doable, parsing a diff header of ...

X Description: The diff header format is a strange beast in that it is inherently unparseable in an unambiguous way. While parsing a/file.txt b/file.txt is obvious and trivially doable, parsing a diff header of ...

Opengraph URL: https://github.com/libgit2/libgit2/pull/5035

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f8a6663a-cecc-8d21-b72c-ce5f18eccdfa
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB59C:1B5602:5A34C9C:775956D:6A5DCB37
html-safe-nonce75dcf9f9eda64dd5a2459165602565db13258c5d562325dd6d32bc15bace7e13
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNTlDOjFCNTYwMjo1QTM0QzlDOjc3NTk1NkQ6NkE1RENCMzciLCJ2aXNpdG9yX2lkIjoiNjM4NDQxMjMyMjU2OTI0MzQ0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4d1968a0dc53e9607786462f20bb8bdfdec8409d42f82ca33f50f055b7760d41
hovercard-subject-tagpull_request:265686474
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/libgit2/libgit2/pull/5035/files
twitter:imagehttps://avatars.githubusercontent.com/u/4056630?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/4056630?s=400&v=4
og:image:altThe diff header format is a strange beast in that it is inherently unparseable in an unambiguous way. While parsing a/file.txt b/file.txt is obvious and trivially doable, parsing a diff header of ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/libgit2/libgit2 git https://github.com/libgit2/libgit2.git
octolytics-dimension-user_id394745
octolytics-dimension-user_loginlibgit2
octolytics-dimension-repository_id901662
octolytics-dimension-repository_nwolibgit2/libgit2
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id901662
octolytics-dimension-repository_network_root_nwolibgit2/libgit2
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/libgit2/libgit2/pull/5035/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flibgit2%2Flibgit2%2Fpull%2F5035%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Flibgit2%2Flibgit2%2Fpull%2F5035%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=libgit2%2Flibgit2
Reloadhttps://github.com/libgit2/libgit2/pull/5035/files
Reloadhttps://github.com/libgit2/libgit2/pull/5035/files
Reloadhttps://github.com/libgit2/libgit2/pull/5035/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/5035/files
libgit2 https://github.com/libgit2
libgit2https://github.com/libgit2/libgit2
Notifications https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Fork 2.6k https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Star 10.5k https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Code https://github.com/libgit2/libgit2
Issues 423 https://github.com/libgit2/libgit2/issues
Pull requests 108 https://github.com/libgit2/libgit2/pulls
Discussions https://github.com/libgit2/libgit2/discussions
Actions https://github.com/libgit2/libgit2/actions
Projects https://github.com/libgit2/libgit2/projects
Security and quality 9 https://github.com/libgit2/libgit2/security
Insights https://github.com/libgit2/libgit2/pulse
Code https://github.com/libgit2/libgit2
Issues https://github.com/libgit2/libgit2/issues
Pull requests https://github.com/libgit2/libgit2/pulls
Discussions https://github.com/libgit2/libgit2/discussions
Actions https://github.com/libgit2/libgit2/actions
Projects https://github.com/libgit2/libgit2/projects
Security and quality https://github.com/libgit2/libgit2/security
Insights https://github.com/libgit2/libgit2/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Flibgit2%2Flibgit2%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Flibgit2%2Flibgit2%2Fissues%2Fnew%2Fchoose
ethomsonhttps://github.com/ethomson
libgit2:masterhttps://github.com/libgit2/libgit2/tree/master
pks-t:pks/diff-with-space-in-filenameshttps://github.com/pks-t/libgit2/tree/pks/diff-with-space-in-filenames
Conversation 1 https://github.com/libgit2/libgit2/pull/5035
Commits 3 https://github.com/libgit2/libgit2/pull/5035/commits
Checks 0 https://github.com/libgit2/libgit2/pull/5035/checks
Files changed https://github.com/libgit2/libgit2/pull/5035/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/5035/files
patch_parse: fix parsing addition/deletion of file with space https://github.com/libgit2/libgit2/pull/5035/files#top
Show all changes 3 commits https://github.com/libgit2/libgit2/pull/5035/files
131cd9b patch_parse: improve formatting pks-t Mar 29, 2019 https://github.com/libgit2/libgit2/pull/5035/commits/131cd9b16dbfc4f5c3b5ba0f44e9285cea4ad5ac
b349734 patch_parse: fix parsing addition/deletion of file with space pks-t Mar 29, 2019 https://github.com/libgit2/libgit2/pull/5035/commits/b3497344fa591c98091bf2d68caed6d7edfa8d01
9d65360 tests: diff: test parsing diffs with a new file with spaces in its path eaigner Mar 29, 2019 https://github.com/libgit2/libgit2/pull/5035/commits/9d65360b4eaa402c8f137684577d0131a861ce8b
Clear filters https://github.com/libgit2/libgit2/pull/5035/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/5035/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/5035/files
patch_parse.c https://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
parse.c https://github.com/libgit2/libgit2/pull/5035/files#diff-004552254d91dbb730b7838237fe25423e86acedf98984095c2c35e0ae77060a
patch_common.h https://github.com/libgit2/libgit2/pull/5035/files#diff-6103e27d32d1c6bcbe470e5b0731b0bb231d567e167f9e5043c51b6caf2dd8f9
src/patch_parse.chttps://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
View file https://github.com/pks-t/libgit2/blob/9d65360b4eaa402c8f137684577d0131a861ce8b/src/patch_parse.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/libgit2/libgit2/pull/5035/{{ revealButtonHref }}
https://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
https://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
https://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
https://github.com/libgit2/libgit2/pull/5035/files#diff-8082ba83aaa0ee74e4f49415641c276259ea02e30621968e37952340cd287fb0
tests/diff/parse.chttps://github.com/libgit2/libgit2/pull/5035/files#diff-004552254d91dbb730b7838237fe25423e86acedf98984095c2c35e0ae77060a
View file https://github.com/pks-t/libgit2/blob/9d65360b4eaa402c8f137684577d0131a861ce8b/tests/diff/parse.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/libgit2/libgit2/pull/5035/{{ revealButtonHref }}
https://github.com/libgit2/libgit2/pull/5035/files#diff-004552254d91dbb730b7838237fe25423e86acedf98984095c2c35e0ae77060a
tests/patch/patch_common.hhttps://github.com/libgit2/libgit2/pull/5035/files#diff-6103e27d32d1c6bcbe470e5b0731b0bb231d567e167f9e5043c51b6caf2dd8f9
View file https://github.com/pks-t/libgit2/blob/9d65360b4eaa402c8f137684577d0131a861ce8b/tests/patch/patch_common.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/libgit2/libgit2/pull/5035/{{ revealButtonHref }}
https://github.com/libgit2/libgit2/pull/5035/files#diff-6103e27d32d1c6bcbe470e5b0731b0bb231d567e167f9e5043c51b6caf2dd8f9
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.