diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-09-24 15:32:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-09-24 15:32:22 +0300 |
commit | 33db472fbf2c90395937d3dbd9c08bf591fb2ecd (patch) | |
tree | 17469f1f16d81638f29be9a072af5acfe0b8b597 /ChangeLog | |
parent | a4a5f76e51cd51af470fcaa85f5f1360ecd18b0c (diff) | |
download | egawk-33db472fbf2c90395937d3dbd9c08bf591fb2ecd.tar.gz egawk-33db472fbf2c90395937d3dbd9c08bf591fb2ecd.tar.bz2 egawk-33db472fbf2c90395937d3dbd9c08bf591fb2ecd.zip |
Fix core dump in debug.c for breakpoint w/o line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-09-24 Arnold D. Robbins <arnold@skeeve.com> + + * debug.c (find_rule): Handle case where lineno is zero. Can happen + if break is given without a line number on a current line. Thanks + to Ray Song <i@maskray.me> for the report. + 2013-09-19 Arnold D. Robbins <arnold@skeeve.com> * dfa.c (parse_bracket_exp): Use code from grep to keep things within |