Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
c43f150d
Commit
c43f150d
authored
Dec 26, 2016
by
Tinderbox User
Browse files
update copyright notice / whitespace
parent
a04f600b
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/checkconf/bad-catz-zone.conf
View file @
c43f150d
/*
*
Copyright
(
C
)
2016
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2
.
0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
://
mozilla
.
org
/
MPL
/
2
.
0
/.
*/
options
{
catalog
-
zones
{
zone
"nonexistent"
;
...
...
bin/tests/system/checkconf/bad-rpz-zone.conf
View file @
c43f150d
/*
*
Copyright
(
C
)
2016
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
This
Source
Code
Form
is
subject
to
the
terms
of
the
Mozilla
Public
*
License
,
v
.
2
.
0
.
If
a
copy
of
the
MPL
was
not
distributed
with
this
*
file
,
You
can
obtain
one
at
http
://
mozilla
.
org
/
MPL
/
2
.
0
/.
*/
options
{
response
-
policy
{
zone
"nonexistent"
;
...
...
lib/dns/client.c
View file @
c43f150d
...
...
@@ -2868,7 +2868,7 @@ dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass,
runinevent
=
isc_event_allocate
(
client
->
mctx
,
client
->
task
,
DNS_EVENT_RUNIN
,
runintask
,
uctx
,
sizeof
(
*
runinevent
));
if
(
runinevent
==
NULL
)
{
if
(
runinevent
==
NULL
)
{
dns_view_detach
(
&
view
);
isc_mem_put
(
client
->
mctx
,
uctx
,
sizeof
(
*
uctx
));
return
(
ISC_R_NOMEMORY
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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