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

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

[Octave-bug-tracker] [bug #49634] calling norm without arguments causes


From: kire pudsje
Subject: [Octave-bug-tracker] [bug #49634] calling norm without arguments causes crash, with fix
Date: Thu, 17 Nov 2016 20:43:30 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49634>

                 Summary: calling norm without arguments causes crash, with
fix
                 Project: GNU Octave
            Submitted by: kpc
            Submitted on: Thu 17 Nov 2016 08:43:27 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Kire Pudsje
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Any

    _______________________________________________________

Details:

libinterp/corefcn/data.cc:5567

  if (nargin < 1 && nargin > 3)
    print_usage ();

condition can never be true
&& should be ||





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49634>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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