Skip to content

[3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910)#8922

Merged
vstinner merged 1 commit intopython:3.7from
izbyshev:backport-eb746db-3.7
Aug 25, 2018
Merged

[3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910)#8922
vstinner merged 1 commit intopython:3.7from
izbyshev:backport-eb746db-3.7

Conversation

@izbyshev
Copy link
Contributor

@izbyshev izbyshev commented Aug 25, 2018

  • Add missing NULL check reported by Svace static analyzer.
  • Fix clear_wstrlist() call on a wrong list.

(cherry picked from commit eb746db)

Co-authored-by: Alexey Izbyshev [email protected]

https://bugs.python.org/issue34492

* Add missing NULL check reported by Svace static analyzer.
* Fix clear_wstrlist() call on a wrong list.

(cherry picked from commit eb746db)

Co-authored-by: Alexey Izbyshev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants