PR: 270867
4aeb63826e0f got it almost correct (we can't use strcmp() here as
current argument isn't guaranteed to be NUL-terminated), but we also
need to check that current argument length is equal to that of eofstr.
Differential D39583 Authored by yuripv on Apr 15 2023, 5:27 PM.
Details
Summary PR: 270867 4aeb63826e0f got it almost correct (we can't use strcmp() here as
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptApr 15 2023, 5:27 PM2023-04-15 17:27:21 (UTC+0) This revision is now accepted and ready to land.Apr 17 2023, 2:49 PM2023-04-17 14:49:51 (UTC+0) Closed by commit rG21ef48af5c0f: xargs: improve foundeof check for -E (authored by yuripv). · Explain WhyApr 17 2023, 8:22 PM2023-04-17 20:22:26 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 120509 usr.bin/xargs/xargs.c
|