Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
78ef0eba
Commit
78ef0eba
authored
May 11, 2004
by
Mark Andrews
Browse files
1631. [bug] dns_journal_compact() could sometimes corrupt the
journal. [RT #11124]
parent
69009b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
78ef0eba
1631. [bug] dns_journal_compact() could sometimes corrupt the
journal. [RT #11124]
1630. [placeholder] queryperf-v6
1629. [placeholder] rt8753
...
...
lib/dns/journal.c
View file @
78ef0eba
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: journal.c,v 1.8
6
2004/0
3/05 05:09:20
marka Exp $ */
/* $Id: journal.c,v 1.8
7
2004/0
5/11 22:20:13
marka Exp $ */
#include
<config.h>
...
...
@@ -2115,6 +2115,7 @@ index_to_disk(dns_journal_t *j) {
}
INSIST
(
p
==
j
->
rawindex
+
rawbytes
);
CHECK
(
journal_seek
(
j
,
sizeof
(
journal_rawheader_t
)));
CHECK
(
journal_write
(
j
,
j
->
rawindex
,
rawbytes
));
}
failure:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment