Commit ID: 01e708a7a9af970b3aa40cdca2cbde71d07a859b Author: Nate Jiang Committer: Android Build Coastguard Worker Date: Wed Feb 05 23:02:21 2025 +0000 Message: - Add size check for IP config - Flag: EXEMPT bugfix - Bug: 349550024 - Test: atest com.android.server.wifi - Cherry-picked from multiple commits - Merged-In: 1761dbb38ffa2e4dcebad2a6abb8d37d45a3b1fd8 - Change-Id: I761dbb38ffa2e4dcebad2a6abb8d37d45a3b1fd8 Files Changed: - service/java/com/android/server/wifi/WifiConfigurationUtil.java - service/tests/wifitests/src/com/android/server/wifi/WifiConfigurationUtilTest.java Key Information: - The commit adds a size check for IP configuration, likely addressing a potential vulnerability related to buffer overflow or similar issues. - The bug ID (349550024) can be used to track the specific issue being addressed. - The changes are tested and cherry-picked from other commits, indicating a thorough review process.