Fix asserts 33/218333/1
authorMateusz Majewski <m.majewski2@samsung.com>
Mon, 18 Nov 2019 08:37:37 +0000 (09:37 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Thu, 21 Nov 2019 09:20:10 +0000 (10:20 +0100)
commitc9662fd81f30b594b52941b9417028e1ef4e5355
tree8b1c3d94fb8a194cb2660924a1522d2841fda056
parent1640ede37b03551ea94e97658cec28bd2b251c2a
Fix asserts

Some of the pointer arguments of some functions were not asserted. This
commit fixes that. To add to this, userdata is no longer asserted, since
it is not used anywhere, only passed on to the callback. This way the
user can pass NULL if he doesn't need to use it.

Change-Id: I1c6c616fef5ccb95fc6d2465a01f0df68af2b2a6
src/shared/fd_info.c
src/shared/logretrieve.c
src/shared/sort_vector.c