summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-01-11 16:57:49 +0100
committerGünther Deschner <gd@samba.org>2017-01-24 10:53:17 +0100
commit303ae2a023dda7686cfded36951ec2baad30d9b6 (patch)
tree2910222ec4f50238b5d8f0c206ed91a6021a3593 /librpc/wscript_build
parent9b0fc295eff69120593211863d0253bdd9ecd0fe (diff)
downloadsamba-303ae2a023dda7686cfded36951ec2baad30d9b6.tar.gz
librpc/ndr: add ndr_push_charset_to_null and increase library version (abi change)
We were crashing earlier when calculating the length of NULL strings in fixed size arrays (noticed while replying with an empty spoolss_CorePrinterDriver struct within the spoolss_GetCorePrinterDrivers call). Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 2b4cc051196..fdfe6413900 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -715,7 +715,7 @@ bld.SAMBA_LIBRARY('ndr',
public_deps='samba-errors talloc samba-util',
public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
header_path= [('*gen_ndr*', 'gen_ndr')],
- vnum='0.0.8',
+ vnum='0.0.9',
abi_directory='ABI',
abi_match='ndr_* GUID_*',
)