<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0bd1afb85ae82969c4e641ca54e6597cf12b956b - apply -Wno-error for GCC 12.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#0bd1afb85ae82969c4e641ca54e6597cf12b956b</link>
        <description>apply -Wno-error for GCC 12.this code seems broken.  hash_table_del() is called on a ptr that waseither just freed (realloc() case) or will be freed (xfree_impl() case),but in both cases hash_table_del() will free() the same address.  forthe realloc() case, as it&apos;s after free(), it&apos;s UB.  for the xfree_impl()case, it can be solved by not free()ing here.

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Mon, 14 Aug 2023 05:29:28 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>03675fcefd4b5842f217a2ba2826b8e7614de627 - Revert CC_WNO_USE_AFTER_FREE from Makefile&apos;s (thanks uwe@)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#03675fcefd4b5842f217a2ba2826b8e7614de627</link>
        <description>Revert CC_WNO_USE_AFTER_FREE from Makefile&apos;s (thanks uwe@)

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 14:56:36 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91f8ac6d30a740fa9dadd96ae598a636f4d66f09 - Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#91f8ac6d30a740fa9dadd96ae598a636f4d66f09</link>
        <description>Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12All of them are blamed for idiom equivalent to:	newbuf = realloc(buf, size);	p = newbuf + (p - buf);

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 13:36:08 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17bc61630c15d8dd8c048889c2a20411f5a4018f - Bump WARNS to 5 (via ../Makefile.inc).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#17bc61630c15d8dd8c048889c2a20411f5a4018f</link>
        <description>Bump WARNS to 5 (via ../Makefile.inc).Remove unnecessary -Wno-stack-protector flag.

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Tue, 21 Nov 2017 03:09:41 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c461628ce92cc035dc0b24c0a08b9c7c736a1600 - Fix build with stack smash protection enabled.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#c461628ce92cc035dc0b24c0a08b9c7c736a1600</link>
        <description>Fix build with stack smash protection enabled.

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Sun, 06 Nov 2011 10:55:27 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2a3d14797d93b3276c22bce2e57926bf739c955 - make this work:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/external/bsd/tre/lib/Makefile#f2a3d14797d93b3276c22bce2e57926bf739c955</link>
        <description>make this work:- split alloca stuff in a separate file- fix size_t/int/long inconsistencies- fix weak alias stuff- make paths consistent- fix config files- use switch instead of if/then/elseif...- fix Makefiles

            List of files:
            /netbsd-src/external/bsd/tre/lib/Makefile</description>
        <pubDate>Sat, 05 Nov 2011 22:39:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
