GIT update to branch: 4.4, updated. HYLAFAX-4_4_5-2-gb91c684
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "HylaFAX".
The branch, 4.4 has been updated
via b91c6846c0f9d380d221bda727b3e7dc00f36126 (commit)
from 8abb349519e9982f26c547c8dfd8654d38b7f7b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b91c6846c0f9d380d221bda727b3e7dc00f36126
Author: Aidan Van Dyk <[email protected]>
Date: Fri Aug 14 12:14:00 2009 -0400
hfaxd: Cleanup uid initizliaztion and theoretical overflow
This fixes a "techincal" array overflow:
FAXUID_MAX == FAXUID_ANON == 60002 == array size.
array[FAXUID_ANON] is out of bounds
It happens to not be one because our "bit array" doesn't end exactly
on long bindaries, to the out-of-bound by 1 is still in the allocated
"long array".
This also tightens up checks on acceptable uid values before being used
or assigned.
-----------------------------------------------------------------------
Summary of changes:
hfaxd/User.c++ | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
hooks/post-receive
--
HylaFAX
____________________ HylaFAX(tm) Developers Mailing List ____________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null