commit | 362bb5150352603394aacc1d7d0592938962fe92 | [log] [tgz] |
---|---|---|
author | Armin Rigo <arigo@tunes.org> | Wed Sep 05 07:51:21 2007 +0000 |
committer | Armin Rigo <arigo@tunes.org> | Wed Sep 05 07:51:21 2007 +0000 |
tree | c468cb0368208080011d2a1d500c162a208d9d0e | |
parent | 4c1cb7ea8e35e3df5d5a9fc5640fefe89a238d31 [diff] |
PyDict_GetItem() returns a borrowed reference. There are probably a number of places that are open to attacks such as the following one, in bltinmodule.c:min_max().