René's URL Explorer Experiment


Title: lib.net_pack stores wrong bit length · Issue #71 · python-postgres/fe · GitHub

Open Graph Title: lib.net_pack stores wrong bit length · Issue #71 · python-postgres/fe

X Title: lib.net_pack stores wrong bit length · Issue #71 · python-postgres/fe

Description: when packing an ip_address() for io, the bits value is wrongly stored as a /0 instead of /32 or /128 the following will fix this: --- /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py.orig 2014-06-02 12:42:50.783337348 +0000 ++...

Open Graph Description: when packing an ip_address() for io, the bits value is wrongly stored as a /0 instead of /32 or /128 the following will fix this: --- /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py.ori...

X Description: when packing an ip_address() for io, the bits value is wrongly stored as a /0 instead of /32 or /128 the following will fix this: --- /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py.ori...

Opengraph URL: https://github.com/python-postgres/fe/issues/71

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"lib.net_pack stores wrong bit length","articleBody":"when packing an ip_address() for io, the bits value is wrongly stored as a /0 instead of /32 or /128\n\nthe following will fix this:\n\n```\n--- /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py.orig    2014-06-02 12:42:50.783337348 +0000\n+++ /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py 2014-06-02 12:56:30.460003975 +0000\n@@ -283,7 +283,9 @@\n        Pack Postgres' inet/cidr data structure.\n        \"\"\"\n        family, mask, data = triple\n-       return bytes((fmap[family], mask or 0, 0 if mask is None else 1, len(data))) + data\n+       mflag = mask and 1 or 0\n+       mask = mask and mask or {4:32, 6:128}[family]\n+       return bytes((fmap[family], mask, mflag, len(data))) + data\n\n def net_unpack(data,\n        # Map IP version number to PGSQL src/include/utils/inet.h.\n```\n\nthe original code stores \"1.2.3.4\" as \"1.2.3.4/0\" instead of \"1.2.3.4/32\". the above fix will store the correct bits value\n","author":{"url":"https://github.com/FirefighterBlu3","@type":"Person","name":"FirefighterBlu3"},"datePublished":"2014-06-02T12:49:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/71/fe/issues/71"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0b33dd6a-6b8c-d0ec-9c04-ddfe4db31c73
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id88C2:3A72BD:68888C:959B75:697A1CC6
html-safe-noncedb99e836d35278372d37e2a31e866061c572d3fee5aaf356b981ed9086a0e832
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OEMyOjNBNzJCRDo2ODg4OEM6OTU5Qjc1OjY5N0ExQ0M2IiwidmlzaXRvcl9pZCI6IjI0MzIwMzEwNjk5OTAxNjU3MDIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf221c996758d7fdb51d56aedafc69a1197fae710db869e83328857f400b1d14c
hovercard-subject-tagissue:34769321
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-postgres/fe/71/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a2a59f40cc4d0d678c48f1433eb1a756e2fda0f135aadfec97e7e901734d951d/python-postgres/fe/issues/71
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a2a59f40cc4d0d678c48f1433eb1a756e2fda0f135aadfec97e7e901734d951d/python-postgres/fe/issues/71
og:image:altwhen packing an ip_address() for io, the bits value is wrongly stored as a /0 instead of /32 or /128 the following will fix this: --- /usr/lib/python3.4/site-packages/postgresql/types/io/lib.py.ori...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameFirefighterBlu3
hostnamegithub.com
expected-hostnamegithub.com
None24021c77440f544078f9cbe80d78a2fb16ccff65fca92deda9da3c51d1cdc5fc
turbo-cache-controlno-preview
go-importgithub.com/python-postgres/fe git https://github.com/python-postgres/fe.git
octolytics-dimension-user_id2132548
octolytics-dimension-user_loginpython-postgres
octolytics-dimension-repository_id100230
octolytics-dimension-repository_nwopython-postgres/fe
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id100230
octolytics-dimension-repository_network_root_nwopython-postgres/fe
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2841ead760bbcdca99003cf970f91348178160c3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-postgres/fe/issues/71#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-postgres%2Ffe%2Fissues%2F71
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%2Fpython-postgres%2Ffe%2Fissues%2F71
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-postgres%2Ffe
Reloadhttps://github.com/python-postgres/fe/issues/71
Reloadhttps://github.com/python-postgres/fe/issues/71
Reloadhttps://github.com/python-postgres/fe/issues/71
python-postgres https://github.com/python-postgres
fehttps://github.com/python-postgres/fe
Notifications https://github.com/login?return_to=%2Fpython-postgres%2Ffe
Fork 35 https://github.com/login?return_to=%2Fpython-postgres%2Ffe
Star 87 https://github.com/login?return_to=%2Fpython-postgres%2Ffe
Code https://github.com/python-postgres/fe
Issues 17 https://github.com/python-postgres/fe/issues
Pull requests 2 https://github.com/python-postgres/fe/pulls
Actions https://github.com/python-postgres/fe/actions
Security 0 https://github.com/python-postgres/fe/security
Insights https://github.com/python-postgres/fe/pulse
Code https://github.com/python-postgres/fe
Issues https://github.com/python-postgres/fe/issues
Pull requests https://github.com/python-postgres/fe/pulls
Actions https://github.com/python-postgres/fe/actions
Security https://github.com/python-postgres/fe/security
Insights https://github.com/python-postgres/fe/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-postgres/fe/issues/71
New issuehttps://github.com/login?return_to=https://github.com/python-postgres/fe/issues/71
lib.net_pack stores wrong bit lengthhttps://github.com/python-postgres/fe/issues/71#top
https://github.com/FirefighterBlu3
https://github.com/FirefighterBlu3
FirefighterBlu3https://github.com/FirefighterBlu3
on Jun 2, 2014https://github.com/python-postgres/fe/issues/71#issue-34769321
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.