wb2osz / direwolf

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.56k stars 305 forks source link

Fix IL2PTX config parsing #483

Closed arodland closed 1 year ago

arodland commented 1 year ago

We were checking *t for end of string instead of *c, but t never changes, so we would run off of the end of the buffer and output a very large number of config errors before eventually crashing.

wb2osz commented 1 year ago

That was very careless of me. Thanks for finding it!