]> code.delx.au - gnu-emacs/commit
Fix infloop in 'number-sequence'
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 May 2016 09:17:15 +0000 (12:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 May 2016 09:17:15 +0000 (12:17 +0300)
commitf7ffc4b7d36041eba2abe9bc34927413f48056d4
tree21016675c4b801c9a7d40e8b69e369a9ca92429b
parent4ab2673d87794dbbe4db33856c0dc69e4b06db71
Fix infloop in 'number-sequence'

* lisp/subr.el (number-sequence): Avoid overflow leading to an
infloop.  (Bug#23627)

* test/automated/subr-tests.el (number-sequence-test): New test.
lisp/subr.el
test/automated/subr-tests.el