rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
651 stars 253 forks source link

strsvr: zero the rtcm and raw structs #350

Closed ourairquality closed 4 months ago

ourairquality commented 4 months ago

If not zero filled then on a format change either free_rtcm or free_raw will be called with a garbage struct and in turn free() will be called with garbage.