cid#1636561 Dereference after null check
[LibreOffice.git] / external / libassuan / w32-build-fixes.patch.1
bloba61c49f3910a4c906817d82e21b33dd11384008e
1 --- libassuan.orig/src/assuan.h.in.back 2024-06-20 17:52:17.473923519 +0200
2 +++ libassuan/src/assuan.h.in   2024-06-20 21:32:24.589095787 +0200
3 @@ -33,7 +33,7 @@
4  
5  #include <stdio.h>
6  #include <sys/types.h>
7 -#include <unistd.h>
8 +#include <io.h>
9  #include <stdarg.h>
11  #ifndef _ASSUAN_NO_SOCKET_WRAPPER
12 diff -ru libassuan.orig/src/Makefile.in libassuan/src/Makefile.in
13 --- libassuan.orig/src/Makefile.in      2020-06-10 17:26:08.699728800 +0200
14 +++ libassuan/src/Makefile.in   2020-06-10 17:22:11.066865300 +0200
15 @@ -462,7 +462,7 @@
16         assuan-pipe-connect.c assuan-socket-connect.c assuan-uds.c \
17         assuan-logging.c assuan-socket.c $(am__append_1) \
18         $(am__append_2)
19 -@HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
20 +@HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
21  @HAVE_W32_SYSTEM_TRUE@     `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
22  @HAVE_W32_SYSTEM_TRUE@     sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
24 diff -ru libassuan.orig/src/Makefile.am libassuan/src/Makefile.am
25 --- libassuan.orig/src/Makefile.am      2017-09-24 14:20:05.906065400 +0200
26 +++ libassuan/src/Makefile.am   2017-09-24 14:40:59.038850200 +0200
27 @@ -87,7 +87,7 @@
29  if HAVE_W32_SYSTEM
31 +LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
32 -LTRCCOMPILE = $(LIBTOOL) --mode=compile $(RC) \
33       `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
34       sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
36 diff -ru libassuan.orig/src/assuan-handler.c libassuan/src/assuan-handler.c
37 --- libassuan.orig/src/assuan-handler.c 2016-06-25 16:27:49.000000000 +0200
38 +++ libassuan/src/assuan-handler.c      2017-09-24 15:32:51.200956200 +0200
39 @@ -414,7 +414,7 @@
40  #if HAVE_W32_SYSTEM
41    { "SENDFD",  w32_handler_sendfd, w32_help_sendfd, 1 },
42  #endif
43 -  { } };
44 +};
47  /**
48 diff -ru libassuan.orig/Makefile.am libassuan/Makefile.am
49 --- libassuan.orig/Makefile.am  2016-07-14 10:09:22.000000000 +0200
50 +++ libassuan/Makefile.am       2017-09-25 21:20:19.928317500 +0200
51 @@ -35,7 +35,7 @@
52  doc =
53  endif
55 -SUBDIRS = m4 src $(doc) tests
56 +SUBDIRS = m4 src $(doc)
59  dist-hook: gen-ChangeLog