FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Plug leaking function_records in cpp_function initialization in case of exceptions (found by Valgrind in #2746) by YannickJadoul · Pull Request #2756 · pybind/pybind11 · GitHub
pybind
/
pybind11
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18k
Code
Issues
574
Pull requests
153
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Plug leaking function_records in cpp_function initialization in case of exceptions (found by Valgrind in #2746)
- #2756
#2756
Merged
YannickJadoul
merged 9 commits into
pybind:master
pybind/pybind11:master
from
YannickJadoul:leak-function_record
YannickJadoul/pybind11:leak-function_record
Copy head branch name to clipboard
Jan 14, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Plug leaking function_records in cpp_function initialization in case of exceptions (found by Valgrind in #2746)
#2756
YannickJadoul
merged 9 commits into
pybind:master
pybind/pybind11:master
from
YannickJadoul:leak-function_record
YannickJadoul/pybind11:leak-function_record
Copy head branch name to clipboard
Commits
Commits on Jan 13, 2021
Plug leaking function_record objects when exceptions are thrown
YannickJadoul
committed
2e39aa4
View commit details
Copy full SHA for 2e39aa4
Browse repository at this point
Plug leak of strdup'ed strings in function_record
YannickJadoul
committed
39cf3b8
View commit details
Copy full SHA for 39cf3b8
Browse repository at this point
Some extra comments about the function_record ownership dance
YannickJadoul
committed
69b6cb5
View commit details
Copy full SHA for 69b6cb5
Browse repository at this point
Clean up the function_record better, in case of exceptions
YannickJadoul
committed
780ee72
View commit details
Copy full SHA for 780ee72
Browse repository at this point
Demonstrate some extra function_record leaks
YannickJadoul
committed
10aad45
View commit details
Copy full SHA for 10aad45
Browse repository at this point
Change DeleteStrings template argument to free_strings runtime argument in destruct(function_record *)
YannickJadoul
committed
dade4c9
View commit details
Copy full SHA for dade4c9
Browse repository at this point
Zero-state unique_function_record deleter object
YannickJadoul
committed
5d5367a
View commit details
Copy full SHA for 5d5367a
Browse repository at this point
Clarify rvalue reference to unique_ptr parameter in initialize_generic
YannickJadoul
committed
6578453
View commit details
Copy full SHA for 6578453
Browse repository at this point
Use push_back with const char * instead of emplace_back
YannickJadoul
committed
1c20521
View commit details
Copy full SHA for 1c20521
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL