https://issues.apache.org/bugzilla/show_bug.cgi?id=45110
Summary: make mod_unique_id use a random generator
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Priority: P3
Component: mod_unique_id
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22047)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22047)
use apr_generate_random_bytes
cur_unique_id.counter is initialized with present microsecond /10 modulo 65536.
This initialization have been used since 1997.
But now APR has random generator, so I think mod_unique_id should use it.
It call apr_generate_random_bytes in child_init, so have no effect on
perfomance.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]