Page MenuHomeFreeBSD

sdiff: Fix binary case.
ClosedPublic

Authored by des on Feb 16 2024, 6:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 25, 5:44 PM
Unknown Object (File)
Fri, Oct 25, 5:40 PM
Unknown Object (File)
Fri, Oct 25, 5:39 PM
Unknown Object (File)
Mon, Oct 21, 12:15 AM
Unknown Object (File)
Fri, Oct 18, 7:00 PM
Unknown Object (File)
Oct 8 2024, 4:20 PM
Unknown Object (File)
Oct 5 2024, 7:17 AM
Unknown Object (File)
Oct 2 2024, 5:33 AM
Subscribers

Details

Reviewers
markj
Group Reviewers
Klara
Commits
rGad7bef8b8907: sdiff: Fix binary case.
Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56063
Build 52952: arc lint + arc unit

Event Timeline

des requested review of this revision.Feb 16 2024, 6:57 PM

Could you please explain the underlying problem that's fixed here?

Could you please explain the underlying problem that's fixed here?

if tmp1 != NULL then filename1 == tmp1, likewise for tmp2 and filename2, so we're deleting the file, then freeing the filename, then passing the freed name of a deleted file to diff and expecting that to work.

This revision is now accepted and ready to land.Feb 18 2024, 4:35 PM
This revision was automatically updated to reflect the committed changes.