Skip to content

Commit

Permalink
fix crash on macos 13.0.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia authored Nov 21, 2022
1 parent 7c719e8 commit 8e49dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgsodium.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void
_PG_init (void)
{
FILE *fp;
char *secret_buf;
char *secret_buf = NULL;
size_t secret_len = 0;
size_t char_read;
char *path;
Expand Down

0 comments on commit 8e49dde

Please sign in to comment.