You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/06/01 17:53:17 UTC

DO NOT REPLY [Bug 45110] New: make mod_unique_id use a random generator

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: bugs@httpd.apache.org
        ReportedBy: takashi@lans-tv.com


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45110] make mod_unique_id use a random generator

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45110

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Stefan Fritsch <sf...@sfritsch.de> 2012-02-26 16:48:31 UTC ---
fixed in 2.4.1

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45110] make mod_unique_id use a random generator

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45110

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 2011-10-09 22:15:53 UTC ---
fixed in trunk in r1171249

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org