This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
awk
Watch
1
Star
0
Fork
0
You've already forked awk
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
52fb5d07d3
awk
/
bugs-fixed
/
pfile-overflow.awk
1 line
1 B
Awk
Raw
Normal View
History
Unescape
Escape
Avoid accessing pfile[] out of bounds on syntax error at EOF. (#90) When awk reaches EOF parsing the program file, curpfile is incremented. However, cursource() uses curpfile without checking it against npfile which can cause an out of bounds access of pfile[] if there is a syntax error at the end of the program file.
2020-07-29 14:31:29 -04:00
\
Reference in New Issue
Copy Permalink