Menu

#1 Fix crash in hydro novatel driver

open
nobody
None
5
2009-07-14
2009-07-14
Ian Mahon
No

This main purpose of this patch is to fix a crash when trying to access an object pointed to bestGpsVelTmp_ which was previously deleted when a new value is assigned to the auto pointer bestGpsVelTmp_. The change from gbxGeneric.get() to gbxGeneric.release() ensures the variable bestGpsVelTmp_ now takes ownership of the pointer.

Other minor changes:
* Include <hydroiceutil/timeutils.h> to enable compilation
* Some std::endl to make warnings more readable

Ian
----

Discussion

  • Ian Mahon

    Ian Mahon - 2009-07-14

    Hyrdo novatel driver crash fix

     
  • Ian Mahon

    Ian Mahon - 2009-07-14

    That should read:

    This main purpose of this patch is to fix a crash when trying to access an
    object pointed to bestGpsVelTmp_ which was previously deleted when a new
    value is assigned to the auto pointer **gbxGeneric**

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.