]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137)
authorArtem Chernyshev <62871052+dTenebrae@users.noreply.github.com>
Thu, 8 Feb 2024 08:40:38 +0000 (11:40 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 08:40:38 +0000 (08:40 +0000)
commit9e90313320a2af2d9ff7049ed3842344ed236630
tree0fcf2e6dd37e4dc308d59116117838a1af740ff3
parent4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4
gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137)

Signed-off-by: Artem Chernyshev <artem.chernyshev@red-soft.ru>
Modules/getpath.c