You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(etdump): replace insecure tmpnam with TempFile utility
- Migrate from tmpnam to executorch::extension::testing::TempFile
for secure temporary file handling
- Add missing namespace qualification for TempFile class
- Use std::unique_ptr for proper RAII management
- Remove manual file deletion since TempFile handles cleanup
- Remove building sdk_etdump_test in devtools/CMakeLists.txt
0 commit comments