You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One parameter file is missing, and a Segmentation fault occurs. Since char *h = argv[1]; argv[1] does not exist. Adding a check is a good option. Thank you!
The text was updated successfully, but these errors were encountered:
$ ./bgrep -B 23
Segmentation fault
One parameter file is missing, and a Segmentation fault occurs. Since char *h = argv[1]; argv[1] does not exist. Adding a check is a good option. Thank you!
The text was updated successfully, but these errors were encountered: