1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/rpc_server/mdssvc
Ralph Boehme 7b58c8f544 s3/mdssvc: missing assignment in sl_pack_float
Spotted by -Werror=maybe-uninitialized:

../source3/rpc_server/mdssvc/marshalling.c: In function ‘sl_pack_float’:
../source3/rpc_server/mdssvc/marshalling.c:171:11: error:
‘ieee_fp_union.w’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
  offset = sl_push_uint64_val(buf, offset, bufsize, ieee_fp_union.w);

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12991

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2017-08-29 01:00:34 +02:00
..
dalloc.c dalloc: Fix CID 1097369 API usage errors (VARARGS) 2015-07-09 21:59:20 +02:00
dalloc.h dalloc: Fix a typo 2015-07-09 21:59:20 +02:00
marshalling.c s3/mdssvc: missing assignment in sl_pack_float 2017-08-29 01:00:34 +02:00
marshalling.h s3-mdssvc: (un)marshalling Spotlight RPC blob 2015-07-07 17:34:28 +02:00
mdssvc.c Correct "errror" typos. 2017-02-22 08:26:22 +01:00
mdssvc.h rpc_server: add mssing '#pragma GCC diagnostic push' 2016-07-14 02:02:33 +02:00
README s3-mdssvc: lexer and parser for Spotlight queries 2015-07-07 17:34:28 +02:00
sparql_lexer.l s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
sparql_mapping.c s3/rpc_server/mdssvc: add attribute "kMDItemContentType" 2017-02-15 06:20:52 +01:00
sparql_mapping.h s3-mdssvc: Spotlight attribute mappings 2015-07-07 17:34:28 +02:00
sparql_parser_test.c s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
sparql_parser.y s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
srv_mdssvc_nt.c lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
srv_mdssvc_nt.h s3-mdssvc: main Spotlight code 2015-07-07 17:34:28 +02:00

Introduction:
=============
This directory contains source code for the metadata search service
aka Spotlight.

Bison and flex:
===============
Not yet integrated into the waf buildsystem, run these by hand:

$ bison -d -o sparql_parser.c sparql_parser.y
$ flex -o sparql_lexer.c sparql_lexer.l

or use the bundled Makefile.