Skip to content

Commit

Permalink
fixed infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 4, 2024
1 parent 5612957 commit 6cca2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tinydnssec-x/dnstxt.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ main(int argc, char **argv)
strerr_die4sys(111, FATAL, "unable to find TXT records for ", *argv, ": ");
if (substdio_put(subfdout, out.s, out.len) == -1 ||
substdio_puts(subfdout, "\n") == -1)
_exit(111);
++argv;
}
if (substdio_flush(subfdout) == -1)
Expand Down
2 changes: 2 additions & 0 deletions tinydnssec-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ Release 1.1 Start 11/04/2017
- 21/10/2023
61. dnssvc.in, tinydnssec.in, debian/postinst, debian/postrm: Fixed setting
UNSHARE environment variable in /service/.svscan/variables
- 04/01/2024
62. dnstxt.c: fixed infinite loop

0 comments on commit 6cca2a4

Please sign in to comment.