]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 21 Apr 2003 14:19:51 +0000 (14:19 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 21 Apr 2003 14:19:51 +0000 (14:19 +0000)
commit75e0145bb52af655643469df0c899618fbbcbe53
tree8fe1e8fd533ad4b3592d689108aab870710b0aae
parent5549322c7993ddf17549249fd455775cd26f1385
- DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL
  string does what is expected (ie unset [BEGIN|END]LIBPATH)

- set the size of the DosQuerySysInfo buffer correctly; it was safe,
  but incorrect (allowing a 1 element overrun)
Modules/posixmodule.c