Sponsored by: Klara, Inc.
Details
Details
- Reviewers
markj - Group Reviewers
Klara - Commits
- rG42092e1b6625: diff: Detect loops when diffing directories.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 64987 Build 61870: arc lint + arc unit
Event Timeline
| usr.bin/diff/diffdir.c | ||
|---|---|---|
| 52 | If these were function variables I'd agree, but is that really needed for static heads? The initializer evaluates to { NULL }. | |
| usr.bin/diff/diffdir.c | ||
|---|---|---|
| 52 | Today, it's not needed; tomorrow, who knows? The RB_* macros have been extensively reworked at least once in my memory, so I'd be conservative and include the initializers. | |