Stephen Kelly
61ce654742
Genex: Fix stack overflow in transitive property evaluation.
...
Commit v2.8.11~156^2~2 (Expand includes and defines transitively
in 'external' genexes., 2013-02-13) introduced a recursive loop
and a stack overflow during evaluation of a link implementation
which depends on a transitive property, such as
add_library(empty1 ...)
add_library(empty2 ...)
target_link_libraries(empty1
PRIVATE
$<$<STREQUAL:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>,/foo/bar>:empty2>
)
There is no use-case for code like that currently, but it should not
cause a stack overflow.
Avoid the recursion by reporting an error early if a case like this
is found.
2014-07-02 00:09:38 +02:00
..
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:45 -04:00
2013-01-03 13:45:40 -05:00
2012-10-09 08:26:45 -04:00
2012-10-09 08:26:40 -04:00
2013-05-07 08:39:19 -04:00
2013-05-07 08:39:19 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:10 -04:00
2012-09-28 08:50:16 -04:00
2012-09-28 08:50:16 -04:00
2012-09-28 08:50:16 -04:00
2012-09-28 08:50:16 -04:00
2012-09-28 08:50:16 -04:00
2012-09-28 08:50:16 -04:00
2013-08-13 09:50:15 -04:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00
2014-07-02 00:09:38 +02:00