[parrot/parrot] 1ec04f: postgres: Pass interp to Parrot_str_new

noreply at github.com noreply at github.com
Tue Oct 18 22:26:39 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot

  Commit: 1ec04f63af1dc847c427e4dab3a40fe363ae3e48
      https://github.com/parrot/parrot/commit/1ec04f63af1dc847c427e4dab3a40fe363ae3e48
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-18 (Tue, 18 Oct 2011)

  Changed paths:
    M runtime/parrot/library/postgres.pir

  Log Message:
  -----------
  postgres: Pass interp to Parrot_str_new

This was segfaulting because Parrot_str_new expects an interp, a
buffer, and a length but we were only passing a buffer and length.
The result was... not good.  See gh-168 for gory details.




More information about the parrot-commits mailing list