commit bash-20210206 snapshot

This commit is contained in:
Chet Ramey
2021-02-09 16:22:13 -05:00
parent 6110f1bc2b
commit 220a95cdfb
8 changed files with 195 additions and 64 deletions
+3
View File
@@ -683,6 +683,9 @@ check_binary_file (sample, sample_len)
register int i;
unsigned char c;
if (sample_len >= 4 && sample[0] == 0x7f && sample[1] == 'E' && sample[2] == 'L' && sample[3] == 'F')
return 1;
for (i = 0; i < sample_len; i++)
{
c = sample[i];