Anonymous | Login | 2024-11-21 01:55 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001244 | ClearOS | app-proxy-report - Proxy and Filter Report | public | 2013-07-23 09:17 | 2013-08-22 16:16 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001244: IP detail report may fail on 32-bit architectures | ||||||||
Description | From PHP's ip2long doc: Because PHP's integer type is signed, and many IP addresses will result in negative integers on 32-bit architectures, you need to use the "%u" formatter of sprintf() or printf() to get the string representation of the unsigned IP address. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000953) user2 2013-07-23 14:03 |
Source Code Changelog --------------------------------------------------- - Fixed IP / 32-bit issue [tracker 0001244] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6257 [^] U webconfig/apps/proxy_report/trunk/libraries/Proxy_Report.php |