Page MenuHomeFreeBSD

D45438.id139303.diff
No OneTemporary

D45438.id139303.diff

diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -89,7 +89,7 @@
argc -= optind;
argv += optind;
- if (argc != 2)
+ if (argc != 2 || !argv[0] || !argv[1])
usage();
fp1 = file(argv[0]);

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 3:16 AM (1 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28530158
Default Alt Text
D45438.id139303.diff (259 B)

Event Timeline