Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

weikang_Hu_9799's avatar
weikang_Hu_9799
Icon for Nimbostratus rankNimbostratus
Nov 27, 2007

Got a negative integer which returned by getLow();

As the structure defined as below . high/low are unsigned integer .   struct Common.ULong64 {     long high;     long low;     };   However, I got a negative integer .. ...