]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (GH-115157)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Feb 2024 09:18:38 +0000 (10:18 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 09:18:38 +0000 (11:18 +0200)
commitdc01c84ed066ec19704f018d3925dc2fe812a2a8
tree8b26739e0664044e7765ba798426aaf98f138ddf
parent2016fbd682b9158beff67ebb74a8413dfa6fdf5d
[3.12] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (GH-115157)

(cherry picked from commit 9e90313320a2af2d9ff7049ed3842344ed236630)

Signed-off-by: Artem Chernyshev <artem.chernyshev@red-soft.ru>
Co-authored-by: Artem Chernyshev <62871052+dTenebrae@users.noreply.github.com>
Modules/getpath.c