[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-564-g33a92d5

Richard B. Kreckel git at ginac.de
Thu Jul 21 09:09:28 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, master has been updated
       via  33a92d56aeaadfe8dad246ae17b091e14b220e82 (commit)
      from  55d29b0d5bad410574358f54bf0f760d0cc79ae7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33a92d56aeaadfe8dad246ae17b091e14b220e82
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Jul 21 08:55:44 2016 +0200

    [bugfix] Fix crash in basic::subs().
    
    A regression in 1.7.0 was introduced with 1b8bcb06 in function
    basic::subs_one_level(): implicitly casting *this to an ex first for
    finding *this in m and later in the function's return statement caused
    a crash in the second cast because *this was deleted in the first one.
    After all, *this was dynamically allocated in basic::subs().
    
    This bug was reported and hunted down by Mario Prausa.

-----------------------------------------------------------------------

Summary of changes:
 ginac/basic.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list