Re: rlog segfault on CentOS 7

Thien-Thi Nguyen <[email protected]> Thu, 27 Oct 2016 13:49:26 +0200
Newsgroups gmane.comp.version-control.rcs.bugs
Message-ID <[email protected]>
() Paul Eggert <[email protected]>
() Tue, 25 Oct 2016 22:52:18 -0700

   Presumably this is due to string_from_atat's unbounded stack
   allocation, which is a no-no. I installed the attached patch,
   which should fix things. Thanks for reporting the problem.

Cool, thanks.  Turns out the array is not even necessary:

 http://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p&id=6bb3cb6c

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (type via)
   (case type
     (technical (eq 'mailing-list via))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502
signature.asc (application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlgR6ckACgkQZwMiJEyAdQLYKACfS6W2KGNfSgjmcy49tBovJft8
SLIAoLAg2WhG7KpoaeRmtA22kSBRbQye
=4OFn
-----END PGP SIGNATURE-----