Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
e130a07e
Kaydet (Commit)
e130a07e
authored
Mar 19, 2019
tarafından
btharper
Kaydeden (comit)
Victor Stinner
Mar 19, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
_PyPreConfig_Read() now free 'old_old' at exit.
üst
5f1e8b4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
2019-03-18-23-49-15.bpo-36356.WNrwYI.rst
...EWS.d/next/Build/2019-03-18-23-49-15.bpo-36356.WNrwYI.rst
+1
-0
preconfig.c
Python/preconfig.c
+1
-0
No files found.
Misc/NEWS.d/next/Build/2019-03-18-23-49-15.bpo-36356.WNrwYI.rst
0 → 100644
Dosyayı görüntüle @
e130a07e
Fix leaks that led to build failure when configured with address sanitizer.
Python/preconfig.c
Dosyayı görüntüle @
e130a07e
...
@@ -514,6 +514,7 @@ _PyPreConfig_Read(_PyPreConfig *config)
...
@@ -514,6 +514,7 @@ _PyPreConfig_Read(_PyPreConfig *config)
err
=
preconfig_read
(
config
,
NULL
);
err
=
preconfig_read
(
config
,
NULL
);
setlocale
(
LC_CTYPE
,
old_loc
);
setlocale
(
LC_CTYPE
,
old_loc
);
PyMem_RawFree
(
old_loc
);
return
err
;
return
err
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment