public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
To: git-commits@fedoraproject.org
Subject: [rpms/apptainer] migrate-spdx: actually add the patch file to git
Date: Mon, 03 Aug 2026 17:53:30 GMT [thread overview]
Message-ID: <178577961045.1.3479313099006185079.rpms-apptainer-ef62b6373ee3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/apptainer
Branch : migrate-spdx
Commit : ef62b6373ee311e3fb940f3f33da6a6acbbf0485
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2025-09-29T14:10:53-05:00
Stats : +17/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/ef62b6373ee311e3fb940f3f33da6a6acbbf0485?branch=migrate-spdx
Log:
actually add the patch file to git
---
diff --git a/xz-32bit.patch b/xz-32bit.patch
new file mode 100644
index 0000000..58c6f22
--- /dev/null
+++ b/xz-32bit.patch
@@ -0,0 +1,17 @@
+diff --git vendor/github.com/ulikunitz/xz/lzma/reader.go.O vendor/github.com/ulikunitz/xz/lzma/reader.go
+index ea021b0..eef6bea 100644
+--- vendor/github.com/ulikunitz/xz/lzma/reader.go
++++ vendor/github.com/ulikunitz/xz/lzma/reader.go
+@@ -28,9 +28,9 @@ type ReaderConfig struct {
+ // fill converts the zero values of the configuration to the default values.
+ func (c *ReaderConfig) fill() {
+ if c.DictCap == 0 {
+- // set an upper limit of 2 GB for dictionary capacity to address
+- // the zero prefix security issue.
+- c.DictCap = 1 << 31
++ // set an upper limit of 2 GiB-1 for dictionary capacity
++ // to address the zero prefix security issue.
++ c.DictCap = (1 << 31) - 1
+ // original: c.DictCap = 8 * 1024 * 1024
+ }
+ }
reply other threads:[~2026-08-03 17:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178577961045.1.3479313099006185079.rpms-apptainer-ef62b6373ee3@fedoraproject.org \
--to=2129743+drdaved@users.noreply.github.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox