commit | 62b1c8836735463e48cd5aed4d4e5f35208bf9ac | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Fri Mar 21 15:13:00 2025 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Fri Mar 21 15:40:42 2025 +0900 |
tree | 82368234eeeba9f6e841aa9f879e7e0de72f88f4 | |
parent | 95af095af95bcdf8a9045aa7e1bb4c243e30d57c [diff] |
Fix an issue caused by variable re-declaration in inner scope Since btf is declared in inner scope, btf is null in outer scope and BTF was always disabled. This CL also makes NetBpfLoad buildable with -Wshadow flag Test: adb log | grep NetBpfLoad Change-Id: I511f21a3620ccfdadd797786e087d0d142c816ed