MFC after: 1 week
Sponsored by: Klara, Inc.
Details
Details
- Reviewers
markj - Group Reviewers
Klara - Commits
- rGad7bef8b8907: sdiff: Fix binary case.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.