Discussion:
[xmlsec] partially revert "Cleanup remaining errors; .." in certkeys.c
Aleksey Sanin
2017-06-11 00:42:00 UTC
Permalink
Should be xmlSecInvalidStringTypeError(). No idea why MSVC didn't complain.

Aleksey
Hi Aleksey,
In certkeys.c one of conversion to error functions is not correct - GCC
.....
make[3]: Entering directory `..../src/mscrypto'
CC libxmlsec1_mscrypto_la-certkeys.lo
In file included from globals.h:29:0,
../errors_helpers.h:516:21: warning: cast from pointer to integer of
different size [-Wpointer-to-int-cast]
(unsigned long)(actual), \
^
certkeys.c:902:9: note: in expansion of macro
'xmlSecInvalidIntegerTypeError'
xmlSecInvalidIntegerTypeError("PCCERT_CONTEXT key type",
^
.....
Work-around is temporary to restore previous code - see attachment
0007-partially-revert-Cleanup-remaining-errors-.-in-certk.patch
Roumen
_______________________________________________
xmlsec mailing list
http://www.aleksey.com/mailman/listinfo/xmlsec
Loading...