Skip to content

Update number_format.cpp. builtin_formats() is not thread-safe#742

Open
lvyangdev wants to merge 1 commit intotfussell:masterfrom
lvyangdev:patch-1
Open

Update number_format.cpp. builtin_formats() is not thread-safe#742
lvyangdev wants to merge 1 commit intotfussell:masterfrom
lvyangdev:patch-1

Conversation

@lvyangdev
Copy link
Copy Markdown

When generating xlnt::workbook objects concurrently in a multithreaded environment, builtin_formats() is called, and the use of static variables within builtin_formats() is not thread-safe.

When generating xlnt::workbook objects concurrently in a multithreaded environment, builtin_formats() is called, and the use of static variables within builtin_formats() is not thread-safe.
@m7913d
Copy link
Copy Markdown

m7913d commented Aug 15, 2024

As discussed in issue #748, this repo has been unmaintained for several years.
In order to continue this great project started by tfussell, we have created a new repo to support further development by the community.
Feel free to participate in this community effort by submitting issues and PR to this new community-driven repo.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants