6980d56b3a
* Switch port to use net/openldap24-sasl-client as some authorization methods don't work with plain openldap24-client. * Changed namespace used by vfs_fruit to be compatiable with net/netatalk3. * Removed old DNS crypto patch, as it SEEMS it was superseded by recent code changes. Please, notify me if you see that internal DNS doesn't handle signed requests properly anymore. Security: CVE-2016-2123 CVE-2016-2125 CVE-2016-2126
11 lines
404 B
C
11 lines
404 B
C
--- source3/smbd/open.c.orig 2016-12-25 13:08:58.349614000 +0000
|
|
+++ source3/smbd/open.c 2016-12-25 13:09:10.968754000 +0000
|
|
@@ -3890,7 +3890,7 @@
|
|
unsigned int num_streams = 0;
|
|
TALLOC_CTX *frame = talloc_stackframe();
|
|
NTSTATUS status;
|
|
- bool saved_posix_pathnames;
|
|
+ bool saved_posix_pathnames = false;
|
|
|
|
status = vfs_streaminfo(conn, NULL, fname, talloc_tos(),
|
|
&num_streams, &stream_info);
|