WindhoverLabs / airliner

7 stars 3 forks source link

The Ut_assert sb_stub, "CFE_SB_ZeroCopyGetPtr", didn't return the return value of the hooked function #309

Open ynielson opened 1 year ago

ynielson commented 1 year ago

The Ut_assert stub function, "CFE_SB_ZeroCopyGetPtr", didn't return the return value of the hooked function, but return NULL. Even though this stub, "CFE_SB_ZeroCopyGetPtr", executed the hooked function for this stub, it didn't returned the hooked function's return value and always returned NULL instead.

ynielson commented 1 year ago

The fix for this ticket is in the same branch for the CF unit test branch.(Current: "develop_cf_ut")

ynielson commented 1 year ago

This ticket was resolved and merged into integration branch. This can be closed.