You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 3f50e5f51c fix overlapping memcpy detected by valgrind
this has been detected by valgrind+gcc on Ubuntu 16.04 but
isn't an issue for more recent versions. Not sure if that is because
of an issue in older libc and there memcpy implementation or a
bug in valgrind, or both.

In any case, overlapping memcpy may cause undefined behaviour so
it seems ok to only copy the symbols that do not contain the
DMRS, i.e. not symbol 3 in each slot.
6 years ago
..
examples update copyright notice 6 years ago
include Fix coverty non-inititalized variables in tdec 6 years ago
src fix overlapping memcpy detected by valgrind 6 years ago
test fix asn1_m2ap test 6 years ago
CMakeLists.txt update copyright notice 6 years ago