[CVE-2021-30560] Fix use-after-free in xsltApplyTemplates
[platform/upstream/libxslt.git] / vms / diffs.vms
1 ---------------------------------------------------------------------------
2 EXTENSIONS.H
3 142,154c142
4
5 < #if defined(VMS) || defined(__VMS)
6
7 <   xsltPreComputeFunction
8 <       xsltExtModElemPreComputeLookup
9 <                                       (const xmlChar *name,
10 <                                        const xmlChar *URI);
11
12 <   #define xsltExtModuleElementPreComputeLookup xsltExtModElemPreComputeLookup
13
14 < #else
15
16 <   xsltPreComputeFunction
17 ---
18 > xsltPreComputeFunction
19 158,159d145
20 < #endif
21
22
23
24 ---------------------------------------------------------------------------
25 EXTENSIONS.C
26 1142,1146d1141
27 < #if defined(VMS) || defined(__VMS)
28 <   xsltPreComputeFunction
29 <     xsltExtModElemPreComputeLookup (const xmlChar *name,
30 <                                     const xmlChar *URI) {
31 < #else
32 1150,1151d1144
33 < #endif
34