67e9db49c9
buffer overflow fix
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
#------------------------------------------------------------------------------
|
|
# varied.script: file(1) magic for various interpreter scripts
|
|
|
|
0 string #!\ / a
|
|
>3 string >\0 %s script text executable
|
|
0 string #!\t/ a
|
|
>3 string >\0 %s script text executable
|
|
0 string #!/ a
|
|
>2 string >\0 %s script text executable
|
|
0 string #!\ script text executable
|
|
>3 string >\0 for %s
|
|
|