René's URL Explorer Experiment


Title: OOM exception for invalid msgpack messages · Issue #498 · msgpack/msgpack-java · GitHub

Open Graph Title: OOM exception for invalid msgpack messages · Issue #498 · msgpack/msgpack-java

X Title: OOM exception for invalid msgpack messages · Issue #498 · msgpack/msgpack-java

Description: Getting "java.lang.OutOfMemoryError: Java heap space" exception while reading from invalid message pack. We get this error when the message pack array size is invalid. Expecting an exception like "no more data" instead of OOM in these sc...

Open Graph Description: Getting "java.lang.OutOfMemoryError: Java heap space" exception while reading from invalid message pack. We get this error when the message pack array size is invalid. Expecting an exception like "...

X Description: Getting "java.lang.OutOfMemoryError: Java heap space" exception while reading from invalid message pack. We get this error when the message pack array size is invalid. Expecting an except...

Opengraph URL: https://github.com/msgpack/msgpack-java/issues/498

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"OOM exception for invalid msgpack messages","articleBody":"Getting \"java.lang.OutOfMemoryError: Java heap space\" exception while reading from invalid message pack.  We get this error when the message pack array size is invalid. Expecting an exception like \"no more data\" instead of OOM in these scenarios.\r\n\r\n\r\n`val msgpackMapper = new ObjectMapper(new MessagePackFactory)`  \r\n   `msgpackMapper.registerModule(DefaultScalaModule)`\r\n\r\n`// Invalid Message pack hex val for the array [10,13]. Array size is 3 instead of 2`\r\n`val invalidData = \"93 0a 0d\" `\r\n\r\n`// java.lang.OutOfMemoryError: Java heap space`\r\n`  val result: Array[Int] = msgpackMapper.readValue(stringToByteArray(invalidData), classOf[Array[Int]])`\r\n\r\n\r\n\r\nHere is project with the test case for this issue. [jackson-msgpack](https://github.com/ponnur/jackson-msgpack).\r\nIs there a fix or workaround for this issue?  \r\n\r\nUsing jackson-module-scala 2.9.8, msgpack-core 0.8.12,  jackson-dataformat-msgpack 0.8.16","author":{"url":"https://github.com/ponnur","@type":"Person","name":"ponnur"},"datePublished":"2019-05-09T10:24:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/498/msgpack-java/issues/498"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6336de4d-2a84-0d73-673d-9b1edf602401
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9DC2:21BDF9:2D4AE3:3E269D:6A57CB86
html-safe-nonceb571a7b7392022319a43cab3977d196e5d3761acf4e7b02854902c1532531e0d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REMyOjIxQkRGOToyRDRBRTM6M0UyNjlEOjZBNTdDQjg2IiwidmlzaXRvcl9pZCI6Ijc3OTM1MDk2MTY4NTY4NDUxOTAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac1030d813f0cbd0bd9fbd5a7fe7636f959959be0f57f96ce12932f64e8841feed
hovercard-subject-tagissue:442163579
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/msgpack/msgpack-java/498/issue_layout
twitter:imagehttps://opengraph.githubassets.com/921567fda34ae869f6432c929ae8ed846826dfc9d4a398476b526c72103e3163/msgpack/msgpack-java/issues/498
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/921567fda34ae869f6432c929ae8ed846826dfc9d4a398476b526c72103e3163/msgpack/msgpack-java/issues/498
og:image:altGetting "java.lang.OutOfMemoryError: Java heap space" exception while reading from invalid message pack. We get this error when the message pack array size is invalid. Expecting an exception like "...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameponnur
hostnamegithub.com
expected-hostnamegithub.com
None5bf9f84655de1d0e9aa064cd3b2bc9703556c68ae53b94e21b872b7e9f1f7cc1
turbo-cache-controlno-preview
go-importgithub.com/msgpack/msgpack-java git https://github.com/msgpack/msgpack-java.git
octolytics-dimension-user_id198264
octolytics-dimension-user_loginmsgpack
octolytics-dimension-repository_id1971346
octolytics-dimension-repository_nwomsgpack/msgpack-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1971346
octolytics-dimension-repository_network_root_nwomsgpack/msgpack-java
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
releasef76ee5bea8be15c2aede06f855f5c4c808f6eaf5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/msgpack/msgpack-java/issues/498#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-java%2Fissues%2F498
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%2Fmsgpack%2Fmsgpack-java%2Fissues%2F498
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=msgpack%2Fmsgpack-java
Reloadhttps://github.com/msgpack/msgpack-java/issues/498
Reloadhttps://github.com/msgpack/msgpack-java/issues/498
Reloadhttps://github.com/msgpack/msgpack-java/issues/498
Please reload this pagehttps://github.com/msgpack/msgpack-java/issues/498
msgpack https://github.com/msgpack
msgpack-javahttps://github.com/msgpack/msgpack-java
Notifications https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-java
Fork 323 https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-java
Star 1.5k https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-java
Code https://github.com/msgpack/msgpack-java
Issues 60 https://github.com/msgpack/msgpack-java/issues
Pull requests 5 https://github.com/msgpack/msgpack-java/pulls
Actions https://github.com/msgpack/msgpack-java/actions
Projects https://github.com/msgpack/msgpack-java/projects
Wiki https://github.com/msgpack/msgpack-java/wiki
Security and quality 1 https://github.com/msgpack/msgpack-java/security
Insights https://github.com/msgpack/msgpack-java/pulse
Code https://github.com/msgpack/msgpack-java
Issues https://github.com/msgpack/msgpack-java/issues
Pull requests https://github.com/msgpack/msgpack-java/pulls
Actions https://github.com/msgpack/msgpack-java/actions
Projects https://github.com/msgpack/msgpack-java/projects
Wiki https://github.com/msgpack/msgpack-java/wiki
Security and quality https://github.com/msgpack/msgpack-java/security
Insights https://github.com/msgpack/msgpack-java/pulse
#500https://github.com/msgpack/msgpack-java/pull/500
OOM exception for invalid msgpack messageshttps://github.com/msgpack/msgpack-java/issues/498#top
#500https://github.com/msgpack/msgpack-java/pull/500
https://github.com/komamitsu
https://github.com/ponnur
ponnurhttps://github.com/ponnur
on May 9, 2019https://github.com/msgpack/msgpack-java/issues/498#issue-442163579
jackson-msgpackhttps://github.com/ponnur/jackson-msgpack
komamitsuhttps://github.com/komamitsu
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.