Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Clean-up "pqact/filel.c" #30

Closed semmerson closed 9 years ago

semmerson commented 9 years ago

In ticket GNY-856216, Gilbert reported that pqact(1) received a SIGSEGV -- apparently due to a decoder not existing. This might be due to pqact/filel.c accessing an entry after it's been freed by delete_entry(). The following might help:

semmerson commented 9 years ago

Done.