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
6d0a639b
Commit
6d0a639b
authored
Nov 06, 2014
by
Tinderbox User
Browse files
update copyright notice
parent
067c0c38
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/addzone/tests.sh
View file @
6d0a639b
#!/bin/sh
#
# Copyright (C) 2010-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010-201
4
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
bin/tests/system/redirect/tests.sh
View file @
6d0a639b
#!/bin/sh
#
# Copyright (C) 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
lib/isc/win32/file.c
View file @
6d0a639b
/*
* Copyright (C) 2004, 2007, 2009, 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007, 2009, 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -790,8 +790,8 @@ isc_file_sanitize(const char *dir, const char *base, const char *ext,
* plus null terminator)
*/
if
(
l
<
65
)
l
=
65
;
l
=
65
;
if
(
dir
!=
NULL
)
l
+=
strlen
(
dir
)
+
1
;
if
(
ext
!=
NULL
)
...
...
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