]> git.eshelyaron.com Git - emacs.git/commit
Fix rare assertion violations in 'etags'
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 May 2020 15:01:45 +0000 (18:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 May 2020 15:01:45 +0000 (18:01 +0300)
commit0195809bb652df1e11f8768860e954b6c4398dee
treec8ec74b16ed55cd89a65a469361edebf9dc96a71
parentcddb0079ff48fb839be742b157b709d1f1649709
Fix rare assertion violations in 'etags'

* lib-src/etags.c (pfnote): Instead of raising an assertion when
we get an empty tag name, return immediately.  (Bug#41465)

* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6: Adapt to latest changes in
etags.
lib-src/etags.c
test/manual/etags/ETAGS.good_1
test/manual/etags/ETAGS.good_2
test/manual/etags/ETAGS.good_3
test/manual/etags/ETAGS.good_4
test/manual/etags/ETAGS.good_5
test/manual/etags/ETAGS.good_6