GIT update to branch: 4.3, updated. HYLAFAX-4_3_8-1-gb37ec9e
| 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.3 has been updated
via b37ec9e9240bd070d0753413cbff337268d2e9ec (commit)
from c72c4e93be0674692006b827479c9d135827485f (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 b37ec9e9240bd070d0753413cbff337268d2e9ec
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