<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/treexpr/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/treexpr/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/treexpr/bugs/</id><updated>2011-05-09T15:49:55Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>The get_tok function is unnecessarily unreentrant</title><link href="https://sourceforge.net/p/treexpr/bugs/1/" rel="alternate"/><published>2011-05-09T15:49:55Z</published><updated>2011-05-09T15:49:55Z</updated><author><name>Amatus</name><uri>https://sourceforge.net/u/amatus/</uri></author><id>https://sourceforge.netdeeed520020956022a0ec81f69e910791a08b626</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The get_tok function declares data as static char * when it only needs to be char *. It also limits the size of data unnecessarily. I'm thinking data used to be allocated statically and was changed to dynamic but the code was not cleaned up.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>