Package: rwho Version: 0.17-8 in rwho/rwho.c at line 57, NUSERS is defined as 1000, then later used to create a fixed size array of myutmp structures later in the source. At line 157, the program will bail out with an error if the number of logged in users doesn't fit in the structure.
The default of 1000 is way too small for any decent sized network. Ideally the information should be stored in a data structure which can grow with the number of logged in users. Failing that, the constant should at least be increased by an order of magnitude. -- Brian Ristuccia [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

