memory leak in lecroy-xstream function lecroy_xstream_state_get https://sigrok.org/bugzilla/show_bug.cgi?id=1742
Have created a pull request for this: https://github.com/sigrokproject/libsigrok/pull/162 Subject: fixing memory leak in lecroy-xstream The character data used from the sr_scpi_get_string routine performs a strtok and is passed into several pointers, and incorrectly g_free'd resulting in invalid pointer data being used, and potential memory leaks/crashes. Cheers,Luc
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel