<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msitools.git/libmsi, branch master</title>
<subtitle>Tools and a library to manipulate MSI files</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/'/>
<entry>
<title>Prevent null pointer dereference in memset</title>
<updated>2014-11-30T19:39:34+00:00</updated>
<author>
<name>Stephen Kitt</name>
<email>steve@sk2.org</email>
</author>
<published>2014-11-30T17:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=56738e0440e1617a90b6b76e1b6eb355601a268a'/>
<id>56738e0440e1617a90b6b76e1b6eb355601a268a</id>
<content type='text'>
This is copied from Wine's deb274226783ab886bdb44876944e156757efe2b
msi: Prevent call to memset with a null pointer in get_tablecolumns function.

https://bugzilla.gnome.org/show_bug.cgi?id=740901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is copied from Wine's deb274226783ab886bdb44876944e156757efe2b
msi: Prevent call to memset with a null pointer in get_tablecolumns function.

https://bugzilla.gnome.org/show_bug.cgi?id=740901
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix %define variable 'api.prefix' requires '{...}' ..warning</title>
<updated>2014-11-30T02:51:28+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2014-11-30T02:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=ed79cf41911bcddd2a2ce0edfbc3809627637460'/>
<id>ed79cf41911bcddd2a2ce0edfbc3809627637460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat EDITTIME property as filetime in parse_prop</title>
<updated>2014-11-03T14:09:23+00:00</updated>
<author>
<name>Thomas Hindoe Paaboel Andersen</name>
<email>phomes@gmail.com</email>
</author>
<published>2014-11-03T14:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=146e1f7639a131a9f72554a385378e07b07dc76b'/>
<id>146e1f7639a131a9f72554a385378e07b07dc76b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmsi: yylex() requires 2 arguments</title>
<updated>2014-10-29T00:11:02+00:00</updated>
<author>
<name>Fabiano Fidêncio</name>
<email>fidencio@redhat.com</email>
</author>
<published>2014-10-27T23:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=c4c397438b797de4e68bb6d7fb891872db9e7bab'/>
<id>c4c397438b797de4e68bb6d7fb891872db9e7bab</id>
<content type='text'>
Fix build breakage, yylex is defined as sql_lex, which requires 2
arguments instead of just 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build breakage, yylex is defined as sql_lex, which requires 2
arguments instead of just 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>table: fix two leaks of a record object</title>
<updated>2014-04-05T12:53:22+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2014-04-05T12:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=c50b5304a40c3c0769f2545fdc044dfaf9042db3'/>
<id>c50b5304a40c3c0769f2545fdc044dfaf9042db3</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libmsi: don't crash on invalid string conversion</title>
<updated>2013-11-08T13:16:34+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-11-08T13:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=e02b155b332df452a9df86984e11eb8a1772aa86'/>
<id>e02b155b332df452a9df86984e11eb8a1772aa86</id>
<content type='text'>
SSIA, TODO: check if "forcecodepage" is used correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=1027256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSIA, TODO: check if "forcecodepage" is used correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=1027256
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: use git.mk to generate .gitignore</title>
<updated>2013-08-13T18:51:35+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-08-13T18:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=74a2fd1c4402ccc071e91de0895b3c0a98fda031'/>
<id>74a2fd1c4402ccc071e91de0895b3c0a98fda031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>edittime property is type filetype</title>
<updated>2013-05-21T06:43:33+00:00</updated>
<author>
<name>Thomas Hindoe Paaboel Andersen</name>
<email>phomes@gmail.com</email>
</author>
<published>2013-05-20T16:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=d75a81b75c91cb4519fa4a5b4e97ea252ce05690'/>
<id>d75a81b75c91cb4519fa4a5b4e97ea252ce05690</id>
<content type='text'>
In get_type the switch had no entry for LIBMSI_PROPERTY_EDITTIME
causing it to return type OLEVT_EMPTY. This makes it return type
OLEVT_FILETIME.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In get_type the switch had no entry for LIBMSI_PROPERTY_EDITTIME
causing it to return type OLEVT_EMPTY. This makes it return type
OLEVT_FILETIME.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: silence gcc warnings</title>
<updated>2013-04-11T17:41:07+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-04-11T17:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=ba398147de0a985f33f3bba7a2d4c5732b231603'/>
<id>ba398147de0a985f33f3bba7a2d4c5732b231603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of remaining GCC warnings</title>
<updated>2013-02-08T01:34:36+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-02-08T01:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=b25fd2b5d8f6a509730473aed90ac1262e4ac1fd'/>
<id>b25fd2b5d8f6a509730473aed90ac1262e4ac1fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
