Skip to content
GitLab
Menu
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
470c726b
Commit
470c726b
authored
Nov 30, 2005
by
Mark Andrews
Browse files
silence dereferencing type-punned pointer will break strict-aliasing rules warning
parent
ade83e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/validator.c
View file @
470c726b
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: validator.c,v 1.13
6
2005/11/30 0
3:33:49
marka Exp $ */
/* $Id: validator.c,v 1.13
7
2005/11/30 0
5:01:34
marka Exp $ */
/*! \file */
...
...
@@ -2819,7 +2819,7 @@ dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
cleanup_event:
isc_task_detach
(
&
tclone
);
isc_event_free
(
(
isc_event_t
**
)
&
event
);
isc_event_free
(
ISC_EVENT_PTR
(
&
event
)
)
;
cleanup_val:
dns_view_weakdetach
(
&
val
->
view
);
...
...
Write
Preview
Supports
Markdown
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