Skip to content
Snippets Groups Projects
Select Git revision
  • 3f73edae00aba5b0112a80b4d41e6f1ff7d92a3d
  • master default protected
  • features/protected_stack
3 results

rapidjson

user avatar
Dylan Burr authored
In the constructor for GenericRegexSearch, there was an issue with a
static_cast casting the result of the Malloc call. The issue was that
the stateSet_ member is of type uint32_t*, and there was an attempt to
assign an unsigned* to it. On some systems, uint32_t is not equivalent
to unsigned, thus yielding a compile error for assigning pointers of
different type.
Change-Id: I5b5036100305510b83cc4893b784a2dc9f3e4849
3f73edae
History
Name Last commit Last update