[05/14] widl: Fix crash when trying to declare a fixed size array with a size_is attribute.

Rob Shearman robertshearman at gmail.com
Tue Mar 23 08:33:21 CDT 2010


In this case type_array_get_conformance will return NULL. The code
here is actually replacing an existing array with an EXPR_VOID
conformance with the specified conformance, so issue an error if
type_array_get_conformance returns NULL or the conformance has already
been defined.
---
 tools/widl/parser.y |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-widl-Fix-crash-when-trying-to-declare-a-fixed-size-a.patch
Type: text/x-patch
Size: 795 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100323/68bf6bb0/attachment.bin>


More information about the wine-patches mailing list