• Fixed issue 1 reported by Erik Rosen:

    rik released this 2012-01-12 18:08:05 +01:00 | 378 commits to master since this release

    The size of non-callback bytes-fields was miscalculated, which
    caused all following fields in a message to contain garbage.

    Previous commit contains a testcase for this.

    This fix changes the generated message description. If your protocol uses
    bytes-fields, you should regenerate *.pb.c.

    Downloads