commit | 939b41c79b4a02b814e9aa677e85b3b5cacc83c8 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jul 20 13:18:01 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Jul 20 13:18:01 2020 -0700 |
tree | 7ed80f96ad7200a023597145c7e00a2ef7bd02c7 | |
parent | 7a6191ce2e16b3d1f98c44a11f92de42e0b0ff0c [diff] |
ueventd: bump UEVENT_MSG_LEN to 8192 The previous size, 2048, is only the size of the 'environment' for the uevent message, but doesn't include the <action>@<dev path> portion. The <action> portion has a max length < 10, but the <dev path> portion is unbounded. 8192 should be plenty to capture all of these parameters. Bug: 161580785 Test: ueventd still works Change-Id: I6de6fd3a444ac91b3b4df154097abde3696e21b3