swig/Source/Swig
William S Fulton 0341258af7 Fix seg fault handling template parameter expressions containing '<='
Recent commits ensure types are correctly stored in SwigType *. In
particular template parameters are enclosed within '<(' and ')>'.
Now we can confidently handle template parameters as really being
delimited as such to fix an infinite loop handling template expressions
containing '<' or '>'. The previous implementation only assumed
template parameters were delimited by '<' and '>'.

Issue #1037
2022-11-22 08:37:35 +00:00
..
cwrap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
deprecate.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
error.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
extend.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
fragment.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
getopt.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
include.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
misc.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
naming.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
parms.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
scanner.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
stype.c Simpler names when using SwigType_manglestr for templates 2022-11-12 11:46:52 +00:00
swig.h Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
swigfile.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigopt.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigparm.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigscan.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigtree.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
swigwrap.h Use https for swig.org links 2022-10-06 13:16:39 +13:00
symbol.c Fix infinite loop handling non-type template parameters 2022-11-05 08:41:10 +00:00
tree.c Use https for swig.org links 2022-10-06 13:16:39 +13:00
typemap.c Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
typeobj.c Fix seg fault handling template parameter expressions containing '<=' 2022-11-22 08:37:35 +00:00
typesys.c SwigValueWrapper and SwigType * correction 2022-11-08 09:11:35 +00:00
wrapfunc.c Use https for swig.org links 2022-10-06 13:16:39 +13:00