libusrp/host
Vadim Yanitskiy ae3d54ceeb usrp_prims_common: fix use-after-free in get_proto_filename()
Every time the get_proto_filename() is called, a new instance
of std::string is allocated for the first argument.  When the
function returns, this instance gets deallocated.  Therefore,
the returned user_filename.c_str() points to free()d memory.

Change-Id: Ib0007e9aebd9e77c28531c1ec70c61f1723a2d0d
Fixes: CID#240724
2021-10-25 00:15:39 +03:00
..
apps Add RFX2200 to burn-db-eeprom 2010-06-21 17:04:47 -07:00
include Avoid compiler warning 'dynamic exception specifications are deprecated in C++11 [-Wdeprecated]' 2019-02-06 21:45:14 +01:00
lib usrp_prims_common: fix use-after-free in get_proto_filename() 2021-10-25 00:15:39 +03:00
misc usrp: cleanup misc usage 2011-03-30 15:36:36 -07:00
swig Extract libusrp, adjust to be buildable standalone 2018-01-21 01:30:14 +01:00
.gitignore Added git ignore files auto created from svn:ignore properties. 2009-08-14 18:10:11 +00:00
Makefile.am Moved to single generated fusb.h, headers now generated out of lib directory 2009-09-16 17:08:53 -04:00