Don't allocate tables based on the values of POSIX configuration
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Jan 2008 00:30:47 +0000 (00:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Jan 2008 00:30:47 +0000 (00:30 +0000)
commitcd61c76608f67a3f495f24fb0c8eb846ba9b8467
tree5303d4e1b93e39d375ba62ec31188b33dbca92a7
parent41df6e78632b8a63602c4fcc697ad4adf18dac8f
Don't allocate tables based on the values of POSIX configuration
variables.  These values may be undefined, or unreasonably large.
Instead, allocate small tables and grow them as needed.
v7/src/microcode/ntproc.c
v7/src/microcode/os2proc.c
v7/src/microcode/osio.h
v7/src/microcode/osproc.h
v7/src/microcode/prosio.c
v7/src/microcode/prosproc.c
v7/src/microcode/ux.h
v7/src/microcode/uxio.c
v7/src/microcode/uxproc.c
v7/src/microcode/uxterm.c