mirror of
https://github.com/reactos/syzkaller.git
synced 2025-01-26 22:24:21 +00:00
syz-manager: remove unnecessary type conversion
This commit is contained in:
parent
b19edae954
commit
33b9e777cb
@ -722,7 +722,7 @@ func (mgr *Manager) saveRepro(res *repro.Result, hub bool) {
|
||||
Log: res.Log,
|
||||
Report: res.Report,
|
||||
ReproOpts: []byte(fmt.Sprintf("%+v", res.Opts)),
|
||||
ReproSyz: []byte(res.Prog.Serialize()),
|
||||
ReproSyz: res.Prog.Serialize(),
|
||||
ReproC: cprogText,
|
||||
}
|
||||
if _, err := mgr.dash.ReportCrash(dc); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user