close
Skip to content

Wrap strings passed to libzip with zip_source_function_create()#21659

Open
tstarling wants to merge 1 commit intophp:masterfrom
tstarling:zip_source_function_create
Open

Wrap strings passed to libzip with zip_source_function_create()#21659
tstarling wants to merge 1 commit intophp:masterfrom
tstarling:zip_source_function_create

Conversation

@tstarling
Copy link
Copy Markdown
Contributor

Wrap strings passed to libzip with zip_source_function_create() instead of using zip_source_buffer_create(). This allows us to make the string writable, and simplifies memory management.

Split from #21497 as requested by @DanielEScherzer

Wrap strings passed to libzip with zip_source_function_create()
instead of using zip_source_buffer_create(). This allows us to make
the string writable, and simplifies memory management.
@tstarling tstarling force-pushed the zip_source_function_create branch from 8527d42 to bb06b21 Compare April 7, 2026 02:32
@Ayesh Ayesh removed the Category: CI label Apr 7, 2026
@DanielEScherzer
Copy link
Copy Markdown
Member

Everything looked correct on an implementation level yesterday - I'll come back to this with fresh eyes in a few days and confirm that nothing looks off, and then merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants