octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55347] PVS studio static analysis report


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #55347] PVS studio static analysis report
Date: Wed, 9 Jan 2019 14:52:01 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #49, bug #55347 (project octave):

Rik, your fix for pt-eval.cc to delete the lexer object created with new
caused a double-free error because the parser takes ownership of the lexer and
deletes it.  After your change, C-d at the prompt would cause a segfault.  I
checked in the following changeset to fix:

http://hg.savannah.gnu.org/hgweb/octave/rev/4d6392c879d7

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55347>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]