Skip to content

Commit 2ddf927

Browse files
authored
zeroize rt_transport_mark_ (#328)
1 parent 8fbe895 commit 2ddf927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nigiri/routing/raptor/raptor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ struct raptor {
271271
}
272272

273273
utl::fill(state_.route_mark_.blocks_, 0U);
274+
utl::fill(state_.rt_transport_mark_.blocks_, 0U);
274275

275276
std::swap(state_.prev_station_mark_, state_.station_mark_);
276277
utl::fill(state_.station_mark_.blocks_, 0U);

0 commit comments

Comments
 (0)