We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae2bc commit c58b6e7Copy full SHA for c58b6e7
src/openvpn/packet_id.c
@@ -511,6 +511,7 @@ packet_id_persist_save(struct packet_id_persist *p)
511
&& (p->time != p->time_last_written || p->id != p->id_last_written))
512
{
513
struct packet_id_persist_file_image image;
514
+ CLEAR(image);
515
ssize_t n;
516
off_t seek_ret;
517
struct gc_arena gc = gc_new();
0 commit comments