[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-10-21 Thread Paul Ganssle
Change by Paul Ganssle : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-24 Thread Paul Ganssle
Paul Ganssle added the comment: New changeset 6c56356109616ea1292aafa48d30536279ec0937 by Paul Ganssle in branch '3.9': [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) https://github.com/python/cpython/commit/6c56356109616ea1292aafa48d30536279ec0937 --

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-23 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +p-ganssle nosy_count: 3.0 -> 4.0 pull_requests: +20249 pull_request: https://github.com/python/cpython/pull/21083 ___ Python tracker ___

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset 9fe5decf5f38ae247f4f354dee27e4bfbe8bc5f8 by Miss Islington (bot) in branch '3.9': bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) https://github.com/python/cpython/commit/9fe5decf5f38ae247f4f354dee27e4bfbe8bc5f

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset d5ee9b9940ba24120838b07061058afe931cfff1 by Miss Islington (bot) in branch '3.8': bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) https://github.com/python/cpython/commit/d5ee9b9940ba24120838b07061058afe931cfff

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset d780fa7931d8ce94994827232d7cca79b0be3bf1 by Gregory P. Smith in branch 'master': bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) https://github.com/python/cpython/commit/d780fa7931d8ce94994827232d7cca79b0be3bf1 -

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +20212 pull_request: https://github.com/python/cpython/pull/21041 ___ Python tracker ___ __

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset 81328f30703bd7225e7e73aedb0994a7293ce190 by Gregory P. Smith in branch 'master': bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) https://github.com/python/cpython/commit/81328f30703bd7225e7e73aedb0994a7293ce190

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +20210 pull_request: https://github.com/python/cpython/pull/21039 ___ Python tracker ___ __

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-21 Thread miss-islington
miss-islington added the comment: New changeset fbf94af2af3c09493481b8559b84f6e9f0628c37 by Miss Islington (bot) in branch '3.9': bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) https://github.com/python/cpython/commit/fbf94af2af3c09493481b8559b84f6

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-21 Thread miss-islington
miss-islington added the comment: New changeset 10bf6e482328f622f4b2659e4ad5e3d88f57ba58 by Miss Islington (bot) in branch '3.8': bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) https://github.com/python/cpython/commit/10bf6e482328f622f4b2659e4ad5e3

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread miss-islington
miss-islington added the comment: New changeset 3ccb96c9782480e5ce646a4a130569fb92f2965d by Gregory P. Smith in branch 'master': bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) https://github.com/python/cpython/commit/3ccb96c9782480e5ce646a4a130569fb92f2965d --

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Christian Heimes
Christian Heimes added the comment: I figured out how to run coverity scan builds again. It turned out the tool chain doesn't like GCC 10. clang 10 works, though. By the way I'm using login with Github. -- nosy: +christian.heimes ___ Python tracke

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20189 pull_request: https://github.com/python/cpython/pull/21015 ___ Python tracker ___ __

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread miss-islington
miss-islington added the comment: New changeset eb0d5c38de7f970d8cd8524f4163d831c7720f51 by Gregory P. Smith in branch 'master': bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) https://github.com/python/cpython/commit/eb0d5c38de7f970d8cd8524f4163d83

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +20188 pull_request: https://github.com/python/cpython/pull/21014 ___ Python tracker ___ __

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +20187 pull_request: https://github.com/python/cpython/pull/21013 ___ Python tracker ___

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
Gregory P. Smith added the comment: those were the three in the email (20 of 106), i need to figure out how to login to coverity again to see the rest. -- ___ Python tracker

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +20185 pull_request: https://github.com/python/cpython/pull/21011 ___ Python tracker ___

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +20183 pull_request: https://github.com/python/cpython/pull/21009 ___ Python tracker ___

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +20181 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21007 ___ Python tracker

[issue41056] minor NULL pointer and sign issues reported by Coverity

2020-06-20 Thread Gregory P. Smith
New submission from Gregory P. Smith : *** CID 1464693: Null pointer dereferences (REVERSE_INULL) /Modules/_zoneinfo.c: 1625 in parse_abbr() 1619 ptr++; 1620 } 1