Skip to content

Commit

Permalink
Merge branch 'maint-0.3.3' into maint-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Aug 16, 2018
2 parents 2deee97 + 936e2aa commit b493559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changes/bug26932
@@ -0,0 +1,3 @@
o Minor bugfixes (onion services):
- Fix bug that causes services to not ever rotate their descriptors if they
were getting SIGHUPed often. Fixes bug 26932; bugfix on 0.3.2.1-alpha.
1 change: 1 addition & 0 deletions src/or/hs_service.c
Expand Up @@ -871,6 +871,7 @@ move_hs_state(hs_service_t *src_service, hs_service_t *dst_service)
replaycache_free(dst->replay_cache_rend_cookie);
}
dst->replay_cache_rend_cookie = src->replay_cache_rend_cookie;
dst->next_rotation_time = src->next_rotation_time;

src->replay_cache_rend_cookie = NULL; /* steal pointer reference */
}
Expand Down

0 comments on commit b493559

Please sign in to comment.