summaryrefslogtreecommitdiff
path: root/sys/lib/python/tty.py
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-05-26 22:43:21 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-05-26 22:43:21 +0200
commit89acedb9b8c8cf88f0a706184852adb7e8767b14 (patch)
treece45721a388896b558e4b912b30c793fc5cb3607 /sys/lib/python/tty.py
parentc5214cd6d9b36622d838fe171273d9f0dd5ba407 (diff)
devproc: fix close and closefiles procctl
for the CMclose procctl, the fd number was not bounds checked before indexing in the Fgrp.fd array. for the CMclosefiles, we looped fd from 0..maxfd-1, but need to loop from 0..maxfd as maxfd is inclusive.
Diffstat (limited to 'sys/lib/python/tty.py')
0 files changed, 0 insertions, 0 deletions