Skip to content
Snippets Groups Projects
  • Stephen Swaney's avatar
    36abceed
    bugfix: #2025 getCurveBP (and others) segfault · 36abceed
    Stephen Swaney authored
    This method is now unsupported.  The original intent appears to
    return the first BPoint of an Ipo curve.  However, BPoint Ipo curves
    are not implemented and the first point therefore never existed.
    
    The segfault was from an unchecked input parameter.
    
    Calling this method now always throws a NotImplemented exception.
    36abceed
    History
    bugfix: #2025 getCurveBP (and others) segfault
    Stephen Swaney authored
    This method is now unsupported.  The original intent appears to
    return the first BPoint of an Ipo curve.  However, BPoint Ipo curves
    are not implemented and the first point therefore never existed.
    
    The segfault was from an unchecked input parameter.
    
    Calling this method now always throws a NotImplemented exception.