[parrot/parrot] 495ac4: [doc] add cPanel and Erin Schoenhals to DONORS

GitHub noreply at github.com
Tue Oct 14 18:56:17 UTC 2014


  Branch: refs/heads/rurban/null-call-gh1024
  Home:   https://github.com/parrot/parrot
  Commit: 495ac4cd8c99ba71af71d1f47a79cdf44b9f6855
      https://github.com/parrot/parrot/commit/495ac4cd8c99ba71af71d1f47a79cdf44b9f6855
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M DONORS.pod

  Log Message:
  -----------
  [doc] add cPanel and Erin Schoenhals to DONORS


  Commit: faa4ef7cc1b19e6da175db007b0b599fbb3a6517
      https://github.com/parrot/parrot/commit/faa4ef7cc1b19e6da175db007b0b599fbb3a6517
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M src/ops/core_ops.c
    M src/ops/object.ops
    M src/packfile/api.c
    M t/compilers/imcc/syn/const.t

  Log Message:
  -----------
  [ops] protect callmethod from non-PMC-object

fixes the SEGV in GH #1024 when calling a non-existent Sub.
Fails now with either with "Sub '' not found" in the pbc fixup
if the empty constant sub is immediate, or with
"Method '' not found for non-object" when the pbc fixup does not
detect the empty Sub object.
t/compilers/imcc/syn/const.t test 41


Compare: https://github.com/parrot/parrot/compare/495ac4cd8c99^...faa4ef7cc1b1


More information about the parrot-commits mailing list