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 memory leak and redundant syscall in minidump writer
- Fix memory leak: free 'resolved' array in error paths at lines 1634 and 1646
- Fix redundant uname() syscall: reuse first call result for CSD version string
0 commit comments